- 23 May, 2017 6 commits
-
-
Julien Muchembled authored
plus: - do not fail if ncurses is installed on the system - enable libmagic - load share/nano/*.nanorc by default
-
francois authored
Needed for receipt_recognition module. It contain the ocropy library and its binarization, segementation and recognition tools, as well as the scipy library containing the ndimage and stats module used in receipt_recognition_module for the binarization and inside ocropy. This is separated in 3 commits: The first one add ocropy and dependancies inside slapos component; The second one add the ocropy component to stack/erp5 buildout config file, and add gcc to the binaries callable from erp5 (needed by ocropy); The third is only required for the module to work without installing the wendelin software. Edit: To keep discussions posts, i wont rebase in master, to see the rebased final commits: https://lab.nexedi.com/francois.lecorre/slapos/commits/rebased_branch /reviewed-on nexedi/slapos!153
-
francois authored
Ocropy needs one of matplotlib component to be imported during buildout. This component needs cycler and dateutil
-
francois authored
This allows a recipe building python to add custom extra-path
-
francois authored
This commit contain modifications that allow ocropy and scipy to be installed as eggs. Extra ld_path are added to python to allow the former to run scipy (that needs libstdc++) inside testnodes.
-
francois authored
This commit add component needed for Optical Character recognition: ocropy and its dependancies The Ocropy egg on Pypi is empty, so this component have to be built from source. The default neural network model is downloaded from the author website and installed in python2.7/share/ocropus. The patch is here for to different thing: one is adding an OCROPY_MODEL_PATH to be able to specify the position of models, the other is importing for the first time a module that compile C code from python, allowing us to have the static library built before runtime and preventing us from using gcc through zope. More models are available here: https://github.com/tmbdev/ocropy/wiki/Models
-
- 19 May, 2017 5 commits
-
-
Rafael Monnerat authored
If there is no error, the raise can be missleading.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 18 May, 2017 1 commit
-
-
Rafael Monnerat authored
Allow http2 protocol be enable or disable by default Allow set certain configurations for MPM to control the number of process and threads.
-
- 17 May, 2017 4 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Check that backup kvm disk is not corrupted
-
Łukasz Nowak authored
Pin erp5.util to version 0.4.49, with: * process timeout * xmlrpclib.Binary wrapping
-
Vincent Pelletier authored
Whitespaces matter to exporter.exclude: - patterns must *not* start with a space - file *must* end with a newline Also, de-duplicate paths.
-
- 16 May, 2017 9 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
In order to make an resilient backup, resilience stack wait for the internal backup finishes, before proceed to notify the pbs. This commit keeps the default behaviour (wait for 10 min w/o changes), however allows test software release adopt a much shorter waiting time (1min). With this commit we can accelerate resilience tests in several minutes.
-
Rafael Monnerat authored
This fix the real location of the log after use logrotate stack.
-
Rafael Monnerat authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Makes it easier to deploy a functional replication setup.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
They closed, and downloads get redirected to a wiki page.
-
Vincent Pelletier authored
Stop breaking this tool for everyone developping on slapos.
-
- 15 May, 2017 1 commit
-
-
Rafael Monnerat authored
Apache verbose way too much with LogLevel info
-
- 11 May, 2017 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
It was not working with wrappers to work around shebang length limitation.
-
Julien Muchembled authored
-
Alain Takoudjou authored
-
- 09 May, 2017 6 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 05 May, 2017 4 commits
-
-
Rafael Monnerat authored
Allow set software-root via parameters allow the webrunner inside a erp5testnode, recover the the previous builds from previous resilient tests, and only update (instead build from scratch) This is a typical usage on the webrunner (keep updating SR), so there is no problem on use this approach on erp5testnode tests.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Use the same exclude patterns (receiving end may want to exclude a file set different from the time backup was exported, or may have a different set of buildout-managed files which would be dangerous and misleading to overwrite).
-
Vincent Pelletier authored
-