- 30 Mar, 2021 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 29 Mar, 2021 6 commits
-
-
Jérome Perrin authored
slapos.cookbook recipe tests sometimes manipulate buildout eggs working set, which will install packages from pypi. makeRecipe utilty function was guessing buildout egg folders by parsing builout.cfg, but since a33844a2 (slapos-testing, slapos-sr-testing: Don't duplicate instance.cfg prologue that is already provided by stack/nxdtest/instance.cfg, 2021-03-22), these are defined in an extended profile, so this stopped working. Instead of this fragile pattern, make the test software release pass the eggs directories with an explicit environment variable.
-
Thomas Gambier authored
See merge request nexedi/slapos!951
-
Łukasz Nowak authored
-
Xavier Thompson authored
The golang.go extension can overwrite the shell environment PATH, which can break the shell.
-
Xavier Thompson authored
-
Jérome Perrin authored
1.0.154 can not be installed anymore because buildout tries to install setup_requires packages to their latest version
-
- 26 Mar, 2021 3 commits
-
-
Julien Muchembled authored
When system GCC is too old, SlapOS GCC may produce binaries that 'strip' does not process correctly.
-
Julien Muchembled authored
-
Vincent Pelletier authored
The _vh_ prefix is needed for every single outer path element for VirtualHostMonster to be able to properly reconstruct the outer path.
-
- 25 Mar, 2021 11 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
Also remove old golang 1.13 version
-
Kirill Smelkov authored
This Go release is EOL now. Don't drop support for Go1.12 and Go1.13 yet. Even though those Go releases are also EOL since long ago, they are still being used inside SlapOS: Go1.12 - by gitlab (/cc @jerome, @alain.takoudjou) Go1.13 - by galène (/cc @tomo, @alain.takoudjou)
-
Kirill Smelkov authored
-
Kirill Smelkov authored
Component should not change a global setting like Go/Python/GCC version. Only leaf software-releases can.
-
Kirill Smelkov authored
Going Go1.15.8 -> Go1.15.10 brings in fixes to compiler, runtime and stdlib including security fixes to archive/zip and encoding/xml: https://golang.org/doc/devel/release.html#go1.15.minor Tested on helloworld SR (by adjusting it to use go1.15 instead of go1.16).
-
Kirill Smelkov authored
Going Go1.16 -> Go1.16.2 brings in fixes to compiler, runtime and stdlib including security fixes to archive/zip and encoding/xml: https://golang.org/doc/devel/release.html#go1.16.minor Tested on helloworld SR.
-
Xavier Thompson authored
See merge request nexedi/slapos!938
-
Xavier Thompson authored
Before this commit, running 'slapos node software' and 'supervisorctl start slapos-node-software' behaved differently because the PATH and other environment variables where different in the interactive theia shell and in supervisord.
-
Xavier Thompson authored
Add a test to check that the PATH is the same for the interactive shell and the supervisord services. This is important because slapos commands like 'slapos node software' may behave differently in the shell and the as supervisord services otherwise - each undoing what the other builds.
-
Xavier Thompson authored
-
- 24 Mar, 2021 11 commits
-
-
Kirill Smelkov authored
SlapOS Master is going to use Wendelin.core 2. Wendelin.core 2 works with either ZODB4-wc2, or ZODB5, but not with ZODB4(*). ERP5 does not currently work with ZODB5. -> this leaves ZODB4-wc2 as the only choice. (*) see nexedi/ZODB@8e7eab33 for details. /reviewed-by @tomo, @rafael /reviewed-on nexedi/slapos!944
-
Aurel authored
-
Lu Xu authored
See merge request nexedi/slapos!937
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Jérome Perrin authored
If key or csr are already present, we should not re-run this openssl command which generates a new key and a new CSR.
-
Jérome Perrin authored
hashlib.md5 needs bytes, read the file as binary to prevent TypeError: Unicode-objects must be encoded before hashing
-
- 23 Mar, 2021 7 commits
-
-
Julien Muchembled authored
-
Kirill Smelkov authored
-
Thomas Gambier authored
-
Kirill Smelkov authored
slapos-testing, slapos-sr-testing: Don't duplicate instance.cfg prologue that is already provided by stack/nxdtest/instance.cfg This software releases switched to nxdtest in 1536ad2e (software/slapos-testing: use nxdtest) and 3a1e5628 (software/slapos-sr-testing: use nxdtest). So there is no longer need to duplicate that standard instance prologue that is provided by stack/nxdtest/instance.cfg: https://lab.nexedi.com/nexedi/slapos/blob/0803b816/stack/nxdtest/instance.cfg.in#L1-8 /reviewed-by @jerome /reviewed-on nexedi/slapos!94
-
Łukasz Nowak authored
On older kernels (like default one in Debian 9) firewalld is failing with: 'python-nftables' failed: internal:0:0-0: Error: Could not process rule: No such file or directory when nftables backend is used. As firewald component shall be compatibility layer, it shall work on most different operating system, and for today it seems the way to make it really compatible.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Missing exec results with receiving signals to the wrapper itself, leaving the child process escaping signal control.
-