An error occurred fetching the project authors.
- 07 Sep, 2022 1 commit
-
-
Jérome Perrin authored
-
- 10 Jun, 2022 1 commit
-
-
Jérome Perrin authored
b'
' is a SyntaxError in python. Instead, switch to accessing options from option variable and apply this to other options from this part. This fixes this issue: While: Installing switch-softwaretype. Installing favicon.ico. An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "zc.buildout-2.7.1+slapos019-py3.7.egg/zc/buildout/buildout.py", line 2360, in main getattr(buildout, command)(args) File "zc.buildout-2.7.1+slapos019-py3.7.egg/zc/buildout/buildout.py", line 640, in install self._install_parts(install_args) File "zc.buildout-2.7.1+slapos019-py3.7.egg/zc/buildout/buildout.py", line 820, in _install_parts installed_files = self[part]._call(recipe.install) File "zc.buildout-2.7.1+slapos019-py3.7.egg/zc/buildout/buildout.py", line 1668, in _call return f() File "slapos.cookbook-1.0.244-py3.7.egg/slapos/recipe/switch_softwaretype.py", line 108, in install sub_buildout.install([]) File "zc.buildout-2.7.1+slapos019-py3.7.egg/zc/buildout/buildout.py", line 640, in install self._install_parts(install_args) File "zc.buildout-2.7.1+slapos019-py3.7.egg/zc/buildout/buildout.py", line 820, in _install_parts installed_files = self[part]._call(recipe.install) File "zc.buildout-2.7.1+slapos019-py3.7.egg/zc/buildout/buildout.py", line 1668, in _call return f() File "slapos.recipe.build-0.54-py3.7.egg/slapos/recipe/build/__init__.py", line 268, in install return self._shared.install(self.__install) File "slapos.recipe.build-0.54-py3.7.egg/slapos/recipe/__init__.py", line 150, in install install() File "slapos.recipe.build-0.54-py3.7.egg/slapos/recipe/build/__init__.py", line 278, in __install self._exec(self._install) File "slapos.recipe.build-0.54-py3.7.egg/slapos/recipe/build/__init__.py", line 261, in _exec code = compile(script, self.name, 'exec') File "favicon.ico", line 6 SyntaxError: bytes can only contain ASCII literal characters.
-
- 29 Apr, 2022 2 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 25 Apr, 2022 1 commit
-
-
Thomas Gambier authored
theia, erp5testnode are both running a slapos standalone. We don't change slaprunner to python3 because it's not maintained anymore and should disappear in the near future.
-
- 23 Mar, 2022 1 commit
-
-
Thomas Leymonerie authored
-
- 16 Dec, 2021 2 commits
-
-
Xavier Thompson authored
Change "Embedded Instance" to "embedded_instance", and rename existing "Embdded Instance" into "embedded_instance" for compatibility.
-
Xavier Thompson authored
-
- 19 Aug, 2021 1 commit
-
-
Xavier Thompson authored
-
- 10 Aug, 2021 1 commit
-
-
Xavier Thompson authored
-
- 02 Aug, 2021 1 commit
-
-
Jérome Perrin authored
Now that slapos-node-software service does not use --all we have to use another approach for this test which re-installs an already installed software. Use the slapos-node-software-all services which was made for similar use cases.
-
- 27 May, 2021 1 commit
-
-
Xavier Thompson authored
This option takes a string representing a valid JSON object and forwards the corresponding python dict to the embedded instance.
-
- 19 May, 2021 1 commit
-
-
Xavier Thompson authored
-
- 12 May, 2021 1 commit
-
-
Xavier Thompson authored
-
- 10 May, 2021 1 commit
-
-
Xavier Thompson authored
-
- 05 May, 2021 1 commit
-
-
Xavier Thompson authored
-
- 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 2 commits
- 22 Feb, 2021 1 commit
-
-
Xavier Thompson authored
See merge request nexedi/slapos!913
-
- 01 Dec, 2020 1 commit
-
-
Xavier Thompson authored
-
- 30 Nov, 2020 2 commits
-
-
Xavier Thompson authored
-
Jérome Perrin authored
Until now, standalone subsystem was started as a daemon first time a terminal was openned and since it was running as daemon, stopping the theia instance did not stop any of the services running in the embedded slapos. Before nexedi/slapos.core!265 there was two supervisor running as daemon: - ~/srv/slapos/etc/supervisord.conf which runs slapos proxy etc - ~/srv/slapos/inst/etc/supervisord.conf with runs instances in the embedded slapos After, the second one runs as a service in the first one, but the first one was still running as daemon. This changes so that the first supervisor runs as a service managed by the Theia instance, so stopping Theia instance will effectively stop the services. When upgrading, running instances should continue to run as detached. To attach them to the new service, procedure could be something like this Stop supervisors inside Theia instance: supervisorctl -c ~/srv/slapos/etc/supervisord.conf shutdown supervisorctl -c ~/srv/slapos/inst/etc/supervisord.conf shutdown Restart slappartX:slapos-standalone-instance-XXX-on-watch from host slapos
-
- 08 Oct, 2020 1 commit
-
-
Jérome Perrin authored
-
- 21 Jul, 2020 2 commits
-
-
Jérome Perrin authored
When running tasks, shell is invoked like: $THEIA_SHELL -c "command with arguments that\ can\ contain\ spaces"
-
Jérome Perrin authored
by logging the process output
-
- 28 Apr, 2020 3 commits
-
-
Jérome Perrin authored
After trying to generate a random image ourselve with image magic with: ${imagemagick:location}/bin/convert -size 6x6 xc: +noise Random \( -clone 0 -flip \) -append \( -clone 0 -flop \) +append -scale 128x128 $${:location} I gave up and just download an image from gravatar, but ignoring errors if any to comply with the "instanciation should work offline" rule.
-
Jérome Perrin authored
like webrunner is doing
-
Jérome Perrin authored
-
- 06 Apr, 2020 1 commit
-
-
Jérome Perrin authored
So that we can access over IPv4 with a valid certificate This required to generate a certificate, otherwise accessing from frontend cause 404 site not served on this interface
-
- 05 Dec, 2019 1 commit
-
-
Jérome Perrin authored
-
- 07 Oct, 2019 1 commit
-
-
Jérome Perrin authored
-
- 05 Sep, 2019 1 commit
-
-
Alain Takoudjou authored
Remove method `generateHashFromFiles` in all file `test.py`, import it from `slapos.recipe.librecipe`. /reviewed-on !617
-
- 26 Mar, 2019 1 commit
-
-
Thomas Gambier authored
Use xz instead of gzip. Also put the cron script in etc/service instead of etc/run (to have the "cron-on-watch" process)
-
- 20 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 08 Oct, 2018 2 commits
-
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
- 04 Jul, 2018 1 commit
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!350
-