- 07 Oct, 2024 3 commits
-
-
Kazuhiko Shiozaki authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 04 Oct, 2024 5 commits
-
-
Thomas Gambier authored
don't test it in python2 anymore
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
it seems the RPC deleteToken never returned NOT_FOUND anyway.
-
Jérome Perrin authored
we are not using this command line utility, in erp5 tests ( product/ERP5Type/tests/Python3StyleTest.py ) we are using the python API directly, not the command line. if developer needs to invoke 2to3 it is present in ${python:location}/bin/
-
- 03 Oct, 2024 3 commits
-
-
Thomas Gambier authored
Also, md5sum option has been renamed runtime_plc_md5sum. This is a fixup of 7df1d5fe.
-
Nicolas Wavrant authored
-
Jérome Perrin authored
this does not work when serving the raw blob on gitlab, so it is not always usable for parameter editor.
-
- 02 Oct, 2024 2 commits
-
-
Carlos Ramos Carreño authored
The ISO used is a modified version of the Online version (no repositories bundled in the CD) with updates (SLE-15-SP6-Online-x86_64-QU1-Media1.iso) available in https://www.suse.com/download/sles . The only modification done is to set the "timeout" variable in /boot/x86_64/loader/isolinux.cfg to 0, so that the KVM does not automatically boot from disk after a timeout if the user does not press a key (which was a problem that we found while testing this distro that made difficult to install it). See merge request nexedi/slapos!1655
-
Nicolas Wavrant authored
-
- 01 Oct, 2024 3 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
And revert "software/slapos-testing: Quickfix python -E errors" now that pygolang's pymain supports -E option. This reverts commit 0fad9a6d.
-
Ivan Tyagov authored
Use md5sum to check if what we download is what we actually got.
-
- 27 Sep, 2024 1 commit
-
-
Thomas Gambier authored
-
- 26 Sep, 2024 4 commits
-
-
Carlos Ramos Carreño authored
GTK tried to compile against libcups when it was present in the system. This failed the compilation if the includes were not present. This commit sets "file" as the only backend for printing, thus explicitly removing cups as a dependency. See merge request nexedi/slapos!1649
-
Carlos Ramos Carreño authored
Always install cups in lib folder, even when lib64 would be used by default. See merge request nexedi/slapos!1649
-
Carlos Ramos Carreño authored
The multiarch strings (GNU target triplets) used currently for platform detection are different in Suse, as they include the "vendor" ("suse" or "pc" depending on the GCC version) and the OS part is just "linux" instead of "linux-gnu". This changes platform detection to use the constants available in buildout for detecting the operating system and the `platform` module for detecting the machine, instead of these multiarch strings. See merge request nexedi/slapos!1648
-
Jérome Perrin authored
follow up 917296b4 (pylint 1.4: Understands six.{PY2,PY3} import guards (already supported on pylint 2)., 2024-09-25)
-
- 25 Sep, 2024 6 commits
-
-
Arnaud Fontaine authored
-
Carlos Ramos Carreño authored
Several components use patches directly from Github. Unfortunately, Github changes the number of characters displayed for the commits in index lines depending on the size of the repository. That means, that the content of these patches may change, invalidating the MD5. By using the `?full_index=1` param (https://github.com/orgs/community/discussions/46034#discussioncomment-4846112) we can request that these patches include the full names of the commits, thus preventing future changes. See merge request nexedi/slapos!1645
-
Thomas Gambier authored
if libnsl was installed on the system, openvpn would link with it so be proactive and always link with slapos libnsl.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This patch from PR 147 wa a left over from development, when we merged we used AccessControl 7.0 which included this patch.
-
- 24 Sep, 2024 5 commits
-
-
Jérome Perrin authored
* https://github.com/mroonga/mroonga/commit/f4d3e6a612d346f690bbf68893e339ff0b69e5b8 might fix the crash we were observing with https://lab.nexedi.com/nexedi/slapos/-/blob/0fad9a6dcaf6f5750c03dcd2a6b42364207767ff/software/erp5/test/test/benchmarks.py , I ran this test 10 times without crash. * ~~There's a test failure in ERP5, but it does not seem harmful and we can have a workaround ( nexedi/erp5!1993 )~~ In the end, the problem was fixed upstream so we backport the fix. See merge request nexedi/slapos!1644
-
Levin Zimmermann authored
As suggested by Kirill, this patch updates the bugfix release version of golang 1.21. None of the other older golang version have any new bugfix release since nexedi/slapos@620e2a18. /review-by @kirr /reviewed-on nexedi/slapos!1646
-
Thomas Gambier authored
This is a fixup of nexedi/slapos!1418
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 23 Sep, 2024 8 commits
-
-
Jérome Perrin authored
-
Nicolas Wavrant authored
See merge request nexedi/slapos!1627
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
As a good practice, to make sure the exit code is the code of the wrapped service
-
Nicolas Wavrant authored
As it runs once and quit, so make it obvious in the output of slapos node status.
-
Nicolas Wavrant authored
instead of relying on slapos hash-file feature
-
Nicolas Wavrant authored
The database will be refreshed by cron daily, but we need a way to initialize the first download without waiting for the first cron to kick in.
-
Nicolas Wavrant authored
-