- 03 Apr, 2020 5 commits
-
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
Test Mariadb in ERP5 SR test and a few cleanups, mainly around mariadb: - We need a more "strict" promise than just checking if something is listening on the port - We don't need to wait so long between setup retries - We can use mroonga provided setup script instead of writing the setup ourselves. See merge request !722
-
- 02 Apr, 2020 4 commits
-
-
Thomas Gambier authored
-
Łukasz Nowak authored
-
Ivan Tyagov authored
Buildout complains that two sections can not write to same file (rightfully) thus rewrite in same section.
-
Thomas Gambier authored
In Ubuntu 19.10, we use GCC 9.2.1 and glib was failing to compile with the following message: CC libgio_2_0_la-gdbusauth.lo gdbusauth.c: In function '_g_dbus_auth_run_server': gdbusauth.c:1302:11: error: '%s' directive argument is null [-Werror=format-overflow=] 1302 | debug_print ("SERVER: WaitingForBegin, read '%s'", line); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors So we apply this MR: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/626 corresponding to this commit: https://gitlab.gnome.org/GNOME/glib/-/commit/2a9ddc630341789c629c17c17565f5a7a7db8a8e "gdbus: Avoid printing null strings"
-
- 31 Mar, 2020 6 commits
-
-
Julien Muchembled authored
-
Jérome Perrin authored
This mysql_update service retries every 30 seconds, but what usually happens is that it starts at same time as mariadb, make a first attempt at connect which fails because mariadb is not ready, sleep for 30 seconds, reties and succeed. Which is not efficient because we don't need to wait for so long. Instead of sleeping for 30 seconds between each retries, start with a short delay and increase each time, but not more than 30 seconds.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
We want to wait for mysql_upgrade pseudo-service to have created users and installed groonga, not just that something listen on the port.
-
Jérome Perrin authored
Instead of writing the instructions ourselves, source mroonga provided install script.
-
- 30 Mar, 2020 1 commit
-
-
Jérome Perrin authored
This currently only works with python2, so let's explictly use python2 for now.
-
- 29 Mar, 2020 1 commit
-
-
Jérome Perrin authored
shared support is now integrated in slapos.cfg
-
- 28 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 27 Mar, 2020 2 commits
-
-
Julien Muchembled authored
This fixes commit f9d5bde3. We also often have MAKEFLAGS with -l option. For b2, this option sets a time limit in seconds for each job, which led to random failures.
-
Nicolas Wavrant authored
As found by jm@nexedi.com : >>> with open('/dev/null') as f: ... subprocess.check_call(('echo', 'foo'), stdout=f) echo: write error: Bad file descriptor
-
- 26 Mar, 2020 2 commits
-
-
Jérome Perrin authored
To easily check regressions in profiles and check that fonts in PDF are what we expect. See merge request !715
-
Jérome Perrin authored
See merge request !718
-
- 24 Mar, 2020 5 commits
-
-
Łukasz Nowak authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Check what fonts are used when converting to PDF, using HTML as input.
-
Jérome Perrin authored
Checking that something listen on the port is not enough to know when instance is ready, because apache listen on the port very early. Also, this does not detect problems on backend.
-
Julien Muchembled authored
This fixes a regression in commit a7a36453 ("Clean up some zc.recipe.egg sections installing the same scripts/interpreter").
-
- 23 Mar, 2020 7 commits
-
-
Thomas Gambier authored
This means the user don't have any instance at this point. See merge request !717
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
See commit 1e514399.
-
Łukasz Nowak authored
-
Bryton Lacquement authored
-
Jérome Perrin authored
-
- 22 Mar, 2020 4 commits
-
-
Julien Muchembled authored
The fixes a conflict with 'runner-exporter' due bugs in cns.recipe.symlink Anyway, a much better idea would be to add ~/software_release/bin to PATH.
-
Julien Muchembled authored
This reverts commit 4f4354c3. It duplicated commit d13b42b7.
-
Julien Muchembled authored
-
Julien Muchembled authored
It was in conflict with resilient-request-*-pseudo-replicating-*-public-key.
-
- 20 Mar, 2020 1 commit
-
-
Julien Muchembled authored
-