- 10 Nov, 2021 3 commits
-
-
Kirill Smelkov authored
In 805374b4 I established the way to run wendelin.core test. There component/wendelin.core/test-common.cfg preamble mimics what is setup by software/neoppod/software-common.cfg in parts for NEO. However I copied only neoppod into parts without neoppod-develop, and this results in NEO being installed from PyPI instead of from git checkout. Let's fix this because everything else - e.g. ERP5 and Wendelin software releases - use NEO from git checkout which today diverged significantly from what was last released to PyPI in April of 2019. Thanks to @jerome for helping to find this out.
-
Boxiang Sun authored
See merge request nexedi/slapos!1074
-
Ivan Tyagov authored
- it's not used in a SlapOS system (seems only used for webcam support) - it breaks the concept of SlapOs containerization - finally it tries to create a DBUS file in /etc/dbus-1/system.d/ which is NOT allowed (rightfully) for a slapsoft user
-
- 09 Nov, 2021 3 commits
-
-
Boxiang Sun authored
This allow caucase test use the random partition IP address instead of fixed localhost:8000. Which can avoid the conflict if one test node running multiple test suite.
-
Jérome Perrin authored
- use the requests.Session in a context manager so that resources are properly closed. - close the stdout of caucase process we want to keep silent See merge request nexedi/slapos!1075
-
Jérome Perrin authored
This is used by caucase.sh test
-
- 05 Nov, 2021 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
- use the requests.Session in a context manager so that resources are properly closed. - close the stdout of caucase process we want to keep silent
-
- 04 Nov, 2021 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
%Tt was not good, because it also included the idle time from previous request when the connection was reused, causing times recorded in log files to be much longer the actual request duration. %Ta - which is described as total active time for the HTTP request, between the moment the proxy received the first byte of the request header and the emission of the last byte of the response body - is much more suitable for our use case of measuring requests durations and is similar to apache's %D
-
- 29 Oct, 2021 2 commits
-
-
Jérome Perrin authored
Since nexedi/slapos.core!329 we can run use a python3 slapos.core See merge request nexedi/slapos!1066
-
Łukasz Nowak authored
This reverts commit d7721eb4. The change didn't fix the real problem.
-
- 28 Oct, 2021 3 commits
-
-
Łukasz Nowak authored
There is no reason to wait before banging the partition if VNC is not available, as reprocessing is the only way to fix the situation.
-
Łukasz Nowak authored
See merge request nexedi/slapos!1071
-
Łukasz Nowak authored
This allows to synchronise server position of the mouse with the client one, thus making mouse really usable. See https://wiki.gentoo.org/wiki/QEMU/Options#USB
-
- 22 Oct, 2021 1 commit
-
-
Jérome Perrin authored
-
- 21 Oct, 2021 4 commits
-
-
Jérome Perrin authored
Now that "the bug in the way promises are run" referenced in the comment in ${template:test} is being fixed, we can start running ERP5 with python3 slapos.
-
Jérome Perrin authored
This was using master branch and when it got renamed to main this stopped working and we realized that the revision was not pinned.
-
Jérome Perrin authored
Also fix a few typos and type annotations
-
Thomas Gambier authored
-
- 20 Oct, 2021 1 commit
-
-
Vincent Pelletier authored
-
- 19 Oct, 2021 1 commit
-
-
Thomas Gambier authored
-
- 18 Oct, 2021 1 commit
-
-
Łukasz Nowak authored
KVM which defaults to 1024 RAM, 10 GB disk and 1 CPU is too small for nowadays OS requirements, so to avoid confusions, increase the defaults.
-
- 15 Oct, 2021 1 commit
-
-
Jérome Perrin authored
Because of a bug in checkSoftware ( nexedi/slapos.core!339 ) we did not check some .so for missing rpath. Add the missing rpaths now that these are correctly detected by checkSoftware See merge request nexedi/slapos!1064
-
- 14 Oct, 2021 3 commits
-
-
Jérome Perrin authored
Sometimes on testnodes hugo refuses to start because: Error: add site dependencies: create deps: failed to create file caches from configuration: mkdir /tmp/hugo_cache/default: permission denied Total in 0 ms
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 13 Oct, 2021 5 commits
-
-
Łukasz Nowak authored
-
Rafael Monnerat authored
new cmmi recipe prevent from having twice the same environment variable. Also correctly setup swig libraries and fix gobject-introspection compilation.
-
Łukasz Nowak authored
-
Xavier Thompson authored
-
Jérome Perrin authored
-
- 12 Oct, 2021 1 commit
-
-
Jérome Perrin authored
https://github.com/eclipse-theia/theia/blob/v1.18.0/CHANGELOG.md#v1180---9302021 See merge request nexedi/slapos!1061
-
- 11 Oct, 2021 7 commits
-
-
Julien Muchembled authored
Adapt all promise sections to changes in plugin promise recipe.
-
Julien Muchembled authored
-
Xavier Thompson authored
-
Łukasz Nowak authored
As Debian Bullseye has been released, set it as first option. As Debian Buster 10.11 update has been released, upgrade it.
-
Łukasz Nowak authored
The real predicate to find the master partition is rejected slave publisher configuration.
-
Thomas Gambier authored
After upgrade to OpensSSH 8.8p1 the simple ssh-rsa keys are not accepted anymore.
-
Thomas Gambier authored
-