- 11 Mar, 2020 1 commit
-
-
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 16 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.
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
The kvm software release was recently modified to use slapos.cookbook:switch-softwaretype instead of the deprecated slapos.cookbook:softwaretype. The latter uses ConfigParser to generate buildout-switch_softwaretype.cfg from template-*.cfg. However, ConfigParser changes the section keys to lowercase, as shown in the following example: >>> from six.moves.configparser import ConfigParser >>> from io import StringIO >>> c = ConfigParser() >>> c.readfp(StringIO("[FOO]\nBAR = BAZ")) >>> s = StringIO() >>> c.write(s) >>> s.getvalue() '[FOO]\nbar = BAZ\n\n' This behavior is not present with slapos.cookbook:switch-softwaretype.
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
This change is related to 11210de0. Dead code from the previous commit has also been removed.
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Jérome Perrin authored
[fish](https://github.com/fish-shell/fish-shell/) has a nice user experience in its default configuration. [tmux](https://github.com/tmux/tmux) I don't use myself, but there's a component, so let's enable it as well. /reviewed-on nexedi/slapos!707
-
Jérome Perrin authored
Update docs to describe how to run test locally /reviewed-on nexedi/slapos!705
-
- 06 Mar, 2020 10 commits
-
-
Łukasz Nowak authored
Promise plugins are important part of the instantiated configuration, thus have to be checked for changes.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This promise will check that certificate matches the key and will check that it is renewed before 15 days before expiration.
-
Łukasz Nowak authored
For some cases on-renew is not needed, so allow empty one in case if it's not provided.
-
Łukasz Nowak authored
-
Jérome Perrin authored
and other probably useful information.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
The user-friendly command line shell. https://fishshell.com
-
- 05 Mar, 2020 3 commits
-
-
Alain Takoudjou authored
Upgrade Gitlab from version 8.17 to 9.5.10. https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v9.5.10/doc/install/installation.md /reviewed-on nexedi/slapos!699
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-