- 19 May, 2017 2 commits
-
-
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
-
- 16 May, 2017 6 commits
-
-
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 13 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
-
Vincent Pelletier authored
Do not apply exclusions to unrelated paths ("project", "proxy.db" and "etc"). Simplify global exclusion file generation. Add support for absolute and partition-relative exclusion paths (previously, only partition-relative were supported). Pipe exclusion file to rsync, to avoid an intermediate disk write. Remove some directory prefix duplication by using PWD-relative paths (except in one place, for runner-import.sh.jinja2 comparison).
-
Vincent Pelletier authored
-
Vincent Pelletier authored
So avoid spawning "cat" only for this. Also, variable expansion quoting.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
More similar changes will come later as part of larger changes. Also, fail if cd "$backup_directory" fails, as it is supposed to exist by that point.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Imperfect: single-quote escaping would be good. But this at least makes it significantly harder to accidentally end up outside variable assignment. Users of these values will be added in a later commit.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 03 May, 2017 6 commits
-
-
Kazuhiko Shiozaki authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
-
- 02 May, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 28 Apr, 2017 1 commit
-
-
Łukasz Nowak authored
Software release for testing deploy scripts and Ansible playbooks provided in slapos.package repository. It is used by Test Suite and ERP5TestNode and runs tests configured in Test Suite against VM built with deploy script.
-