An error occurred fetching the project authors.
- 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 nexedi/slapos!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
-