- 20 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Vincent Pelletier authored
Even when no referencing section is instanciated.
-
- 19 Mar, 2020 4 commits
-
-
Thomas Gambier authored
-
Ivan Tyagov authored
When full ERP5 / Wendelin software release compilation is done this requires more than 2GB of RAM due to groonga compilation constraints (cc1 gets OOM killed). Thus increase memory for DeploymentTests only.
-
Julien Muchembled authored
-
Julien Muchembled authored
[duplicity] has at least 2 issues: - use os.chdir - creation of paths outside of location
-
- 18 Mar, 2020 2 commits
-
-
Julien Muchembled authored
Since commit ebc1636d ("instanciate a single admin node, by default in the first subpartition"), there was only 1 admin node (and 1 neoctl wrapper) and this was inconvenient if the partition hosting it lost. Only 1 admin node does monitoring.
-
Łukasz Nowak authored
See merge request !712
-
- 16 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Bryton Lacquement authored
-
- 13 Mar, 2020 3 commits
-
-
Julien Muchembled authored
This fixes commit da9ceaa1.
-
Bryton Lacquement authored
-
Bryton Lacquement authored
surykatka 0.4.2 requires setuptools>40.5.0 This version is also the last one to be compatible with Python 2.
-
- 12 Mar, 2020 7 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
More recent versions of gdk-pixbuf/atk/pango have switched to Meson. gdk-pixbuf >= 2.36.8 also needs shared-mime-info.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
-
Romain Courteaud authored
See nexedi/slapos@ea8be7ce
-
- 11 Mar, 2020 7 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Allow the software release to be correctly instanciated even if not instance parameter has been configured.
-
Romain Courteaud authored
-
Ivan Tyagov authored
Increase timeout to 15h as with new DeploymentTests we do compile from scratch and it might take a bit more than the previous default of 10 hours which reports false tests failure results.
-
Jérome Perrin authored
Adjust the profile after we use switch-softwaretype instead of softwaretype in slaprunner.
-
- 10 Mar, 2020 10 commits
-
-
Bryton Lacquement authored
TODO: rdiff-backup
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
collective.recipe.shelloutput does not work well with Python 3: it outputs values as bytes, which are printed in the format "!py!b'XXX'". The new "init" option is used as a replacement.
-
Bryton Lacquement authored
-
Jérome Perrin authored
This egg was not maintained and was removed from pypi https://github.com/python/typeshed/issues/3001#issuecomment-592884362 I don't think we need it here, I probably added by mistake. Interestingly when running this command it fails the first time with an explicit error: Could not find a version that satisfies the requirement typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22)) (from versions: ) No matching distribution found for typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22)) But when the command run again, another confusing error is displayed: Error: [Errno 13] Permission denied: '/srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server/bin/activate.fish' See merge request !709
-
Jérome Perrin authored
This egg was not maintained and was removed from pypi https://github.com/python/typeshed/issues/3001#issuecomment-592884362 I don't think we need it here, I probably added by mistake. Interestingly when running this command it fails the first time with an explicit error: Could not find a version that satisfies the requirement typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22)) (from versions: ) No matching distribution found for typeshed==0.0.1 (from -r /srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server-requirements.txt (line 22)) But when the command run again, another confusing error is displayed: Error: [Errno 13] Permission denied: '/srv/slapgrid/slappart14/srv/testnode/cqc/inst/test0-0/tmp/soft/a6a44539f462e5e342cf8c714b7c8e5b/parts/python-language-server/bin/activate.fish'
-
Jérome Perrin authored
qt4 has been moved to archive and now needs to be fetched from there. Previous link is broken. md5 has not changed - it is the same package. See merge request !708
-
- 09 Mar, 2020 3 commits
-
-
Dmitry Blinov authored
qt4 has been moved to archive and now needs to be fetched from there. md5 has not changed - it is the same package.
-
Bryton Lacquement authored
We need to access six when calling the 'replicated.replicate' macro.
-
Bryton Lacquement authored
"max" and "int" became directly accessible in slapos.recipe.template.
-