- 03 Dec, 2018 12 commits
-
-
Rafael Monnerat authored
direct access fail on the new buildout.
-
Rafael Monnerat authored
-
Łukasz Nowak authored
Validate only if interesting files are changed. Simplify validation and graceful scripts, have one template for all cases. Aviod needless repetition. Note: There is limit of arguments to be passed to commands, see https://www.in-ulm.de/~mascheck/various/argmax/, but we are safe for now: $ getconf ARG_MAX 2097152 So we are keeping shell expansion instead of playing with find or other tools.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Caddy's -log can log to file, but there is no control over logrotation, so it resuls with leftover logrotated files in the instance. As we have already system to catch process logs (supervisor) move the logging there. error-log stays for errors of catch-all and various non-slave instances.
-
Jérome Perrin authored
testnodes also needs Xvfb, which is provided by xserver
-
Jérome Perrin authored
It's better to make Selenium Server a separate software, seleniumrunner just needs to make firefox available to erp5testnode. /reviewed-on nexedi/slapos!457
-
Nicolas Wavrant authored
We don't need ssl features in shellinabox as we make it listen on a unix socket. This allows to remove the dependency between shellinabox and openssl.
-
Jérome Perrin authored
just to provide firefox and Xvfb to testnode
-
Jérome Perrin authored
seleniumrunner software recently became a full selenium server, which is different from the original software, that was only intended as being a minimal software to make firefox available for erp5testnode. This caused several problems in erp5testnode, because erp5testnode needs to be always able to build seleniumrunner from master branch (which is probably wrong in the first place). With this software having lots of components, the risk of build problems increased. Also, it's something else, so let's make it another software.
-
- 30 Nov, 2018 7 commits
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!456
-
Sebastien Robin authored
This is needed by slapos.recipe.cmmi
-
Julien Muchembled authored
To fix the build of golang1.10, since the buildout process keeps /dev/random and /dev/urandom open (where ?).
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Allow origin is now to the http_origin because origin "*" will fail if withCredentials is set in the request header
-
Arnaud Fontaine authored
Revert previous commit as OpenSSL 1.0/1.1 are already used here and there. Instead make OpenSSH uses OpenSSL 1.0. This reverts commit 6ca7789a.
-
Arnaud Fontaine authored
Revert "component/openssl: Version up 1.1.1": OpenSSH 7.4p1 does not support OpenSSL 1.1 (FTBFS on erp5testnode). This reverts commit 14d98aee.
-
- 29 Nov, 2018 9 commits
-
-
Jérome Perrin authored
The download URL for the .war was the same for all versions, being updated evertime there's a new version. Now plantuml team changed their release process to distribute each release under a different URL, so we can just use the new URL. https://github.com/plantuml/plantuml/issues/153
-
Łukasz Nowak authored
Since default openssl component is 1.1 and is not compatible with this component, use openssl-1.0.
-
Łukasz Nowak authored
Since default openssl component is 1.1 and is not compatible with this component, use openssl-1.0.
-
Łukasz Nowak authored
Since default openssl component is 1.1 and is not compatible with this component, use openssl-1.0.
-
Łukasz Nowak authored
Since default openssl component is 1.1 and is not compatible with this component, use openssl-1.0.
-
Łukasz Nowak authored
Since default openssl component is 1.1 and is not compatible with this component, use openssl-1.0.
-
Łukasz Nowak authored
Since default openssl component is 1.1 and is not compatible with this component, use openssl-1.0.
-
Łukasz Nowak authored
Since default openssl component is 1.1 and is not compatible with this component, use openssl-1.0.
-
Łukasz Nowak authored
Keep old version in openssl-1.0 for not yet compatible software.
-
- 27 Nov, 2018 6 commits
-
-
Łukasz Nowak authored
Depend on caucase, as it shall be installed before as it is dependency.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It does not require reference, as it works on locally provided parameter_dict
-
- 26 Nov, 2018 6 commits
-
-
Rafael Monnerat authored
The version 1.4.12 was broken so it required a re-release
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Traceback of the tests: Installing eggs. While: Installing eggs. Getting distribution for 'urllib3>=1.18'. Error: Picked: urllib3 = 1.24.1
-
Rafael Monnerat authored
Using help script
-
Rafael Monnerat authored
-