- 04 Feb, 2023 2 commits
-
-
Jérome Perrin authored
This was downloading pcre2 from git or using system package if available
-
Jérome Perrin authored
-
- 03 Feb, 2023 4 commits
-
-
Thomas Gambier authored
This is a fixup of 665166e2 (see especially 665166e2 (comment 177402))
-
Jérome Perrin authored
as a result, this checkout was not pinned and software was not reproducible
-
Jérome Perrin authored
-
- 02 Feb, 2023 16 commits
-
-
Thomas Gambier authored
also make sure component/slapos/buildout.cfg is installable in Theia: * we can't compile old gobject-introspection with Python3.9 * we can't patch dbus as it is read only
-
Romain Courteaud authored
See merge request nexedi/slapos!1299
-
Thomas Gambier authored
See merge request nexedi/slapos!1333
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Jérome Perrin authored
-
Jérome Perrin authored
no need to have an exception here, long time ago bytes had an insecure default, but we changed to make the default secure
-
Jérome Perrin authored
-
Thomas Gambier authored
We need to fix the rpath to pass the software release test.
-
Xavier Thompson authored
See merge request nexedi/slapos!1343
-
Yusei Tahara authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
For xproto, xextproto and renderproto
-
Xavier Thompson authored
-
- 01 Feb, 2023 11 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Ivan Tyagov authored
-
Lu Xu authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
When user ran out of inotify watch, starting wrappers using wait-for-files is not possible: AssertionError: Traceback (most recent call last): File "/srv/slapgrid/slappart15/tmp/tmpzurwmg4q/wrapper", line 13, in <module> sys.exit(slapos.recipe.librecipe.execute.generic_exec(['/bin/echo', 'done'], wait_list=['/srv/slapgrid/slappart15/tmp/tmpzurwmg4q/wait'])) File "/srv/slapgrid/slappart15/srv/project/slapos-clean/slapos/recipe/librecipe/execute.py", line 100, in generic_exec _wait_files_creation(wait_list) File "/srv/slapgrid/slappart15/srv/project/slapos-clean/slapos/recipe/librecipe/execute.py", line 30, in _wait_files_creation watchdescriptors = {inotify.add_watch(dirname, File "/srv/slapgrid/slappart15/srv/project/slapos-clean/slapos/recipe/librecipe/execute.py", line 30, in <dictcomp> watchdescriptors = {inotify.add_watch(dirname, File "/srv/slapgrid/slappart15/srv/project/venv/lib/python3.9/site-packages/inotify_simple.py", line 110, in add_watch return _libc_call(_libc.inotify_add_watch, self.fileno(), fsencode(path), mask) File "/srv/slapgrid/slappart15/srv/project/venv/lib/python3.9/site-packages/inotify_simple.py", line 39, in _libc_call raise OSError(errno, os.strerror(errno)) OSError: [Errno 28] No space left on device This catches inotify errors and fallback to simple polling in that case.
-
- 31 Jan, 2023 7 commits
-
-
Łukasz Nowak authored
Running logrotate -d on cluster with a lot of slaves results with execution taking a lot of time (>10s, one some nodes ~20s), which leads to random promise timeouts.
-
Łukasz Nowak authored
instance-slave-list.cfg.in is run by instance-frontend.cfg.in, which implements that exact promise already.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Léo-Paul Géneau authored
Default software_type requests all required instances for the swarm. See merge request nexedi/slapos!1264
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Add getSpeed and getClimbRate to drone's API
-