- 12 Apr, 2024 11 commits
-
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Process all available logs to avoid delay in log printing.
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Indicate the time of the last received message in format hh:mm:ss .
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Set c-astral SR in its own file and leave the autopilot used blank in software-base.cfg
-
Léo-Paul Géneau authored
Set publishing interval to 200 ms so radio network is not overflown
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Allow subscribers' network interface to be different from the drones' one
-
Léo-Paul Géneau authored
-
- 11 Apr, 2024 4 commits
-
-
Lu Xu authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
* use the default RSA key length, instead of hardcoding 1024 (too weak) or 2048 (same as the current default). * use SHA256 in certificates.
-
- 10 Apr, 2024 2 commits
-
-
Ivan Tyagov authored
See merge request nexedi/slapos!1559
-
Ivan Tyagov authored
This reverts commit 3ff25131d56c7f66066b70191ac828a666600e92.
-
- 09 Apr, 2024 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
by default on riscv architecture, the libffi.so will be placed in lib/lp64d but everywhere else in buildout (and especially for the compilation of python3) we expect the lib to be in lib/ directory.
-
- 08 Apr, 2024 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 07 Apr, 2024 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 05 Apr, 2024 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
SlapOS.Eggs.UnitTest-Master.Python2 also installs old scipy so it needs old gcc
-
- 04 Apr, 2024 2 commits
-
-
Łukasz Nowak authored
-
Thomas Gambier authored
See merge request nexedi/slapos!1557
-
- 03 Apr, 2024 5 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
Also remove old unused gcc version
-
Thomas Gambier authored
unfortunately, there is no official release anymore so use a commit from master.
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 28 Mar, 2024 3 commits
-
-
Rafael Monnerat authored
This reverts commit 3d63cd39.
-
Rafael Monnerat authored
This reverts commit 1bd75eee.
-
Rafael Monnerat authored
-
- 26 Mar, 2024 5 commits
-
-
Rafael Monnerat authored
The backend haproxy must not handle the arbitrary variable Remote-User from headers. It isn't implemented authentication on this backend, so this setting is irrelevant by default. The proper way to handle authentication is use a trustfull frontend that will set this variable after properly authenticate the certificate and extract the user.
-
Rafael Monnerat authored
For now the only exception is slapos_configurator only
-
Jérome Perrin authored
While running tests using all.bash, `$HOME/.cache/go-build/` is populated with data referencing the build folder. This is problematic when using shared parts and installing a not pinned software release multiple times, like it is the case on test node. A scenario like this can happen: - a first succesful build install in `<shared>/golang1.21/<HASH1>` - golang1.21 section is changed in a the software release - golang1.21 is installed in `<shared>/golang1.21/<HASH2>`, running test fails because the cache `<software_folder>/.cache/go-build/` in references paths from `<shared>/golang1.21/<HASH1>/.build/go/src`, that was used when building the first build and have been removed while installing. This is visible with errors like this: 2024-03-21 20:52:37,214 INFO slapgrid_sr: 2024-03-21 20:52:37 slapos[23849] INFO vet: can't parse raw cgo file: open ../../../../a984f246a1b2789081965ab5c05674a8/.build/go/src/net/cgo_linux.go: no such file or directory
-
Ivan Tyagov authored
See merge request nexedi/slapos!1551
-
Ivan Tyagov authored
-