- 25 Mar, 2021 2 commits
-
-
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 9 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.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 22 Mar, 2021 4 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
See previous commit.
-
- 21 Mar, 2021 1 commit
-
-
Julien Muchembled authored
This may lead to weird like ...//... or worse: here, the [gcc] part of the tested SR will do "os.path.dirname('/usr/bin/')" (when using system gcc), causing ${gcc:prefix} to be invalid ('/usr/bin' instead of '/usr') and most sharable parts will rebuild (different [gcc] signature).
-
- 19 Mar, 2021 2 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
- 17 Mar, 2021 3 commits
-
-
Kirill Smelkov authored
See c170fe3e and nexedi/ZODB@8e7eab33 where ZODB4-wc2 is introduced.
-
Kirill Smelkov authored
See c170fe3e and nexedi/ZODB@8e7eab33 where ZODB4-wc2 is introduced.
-
Thomas Gambier authored
See merge request nexedi/slapos!867
-
- 16 Mar, 2021 3 commits
-
-
Cédric Le Ninivin authored
add frontendhtml5as: add frontend
-
Kirill Smelkov authored
To always call loadBefore instead of load. Wendelin.core 2 needs this - see nexedi/ZODB@8e7eab33 for details. There is also ZEO4-wc2 which contains backports of ZEO5 patches that are needed for wendelin.core 2 to work correctly. Wendelin.core 2 will work with ZODB4-wc2 or ZODB5. Wendelin.core 2 will not work with just ZODB4.
-
Kirill Smelkov authored
Factor-out things that provide components for ZODB stack from software/neoppod/ into component/ZODB/.
-
- 15 Mar, 2021 1 commit
-
-
Xavier Thompson authored
See merge request !935
-
- 12 Mar, 2021 3 commits
-
-
Cédric Le Ninivin authored
-
Jérome Perrin authored
See merge request nexedi/slapos!929
-
Jérome Perrin authored
For now it's used only in repman, but instead of compiling from source it was using a pre-build binary for linux64. This change to compile from source. See merge request nexedi/slapos!933
-
- 10 Mar, 2021 1 commit
-
-
Łukasz Nowak authored
The version >=5 is not python2 compatible.
-