- 05 Aug, 2020 1 commit
-
-
Jérome Perrin authored
done with: npm install git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix git ls-files | grep buildout.hash.cfg | xargs ./update-hash
-
- 20 Jul, 2020 1 commit
-
-
Jérome Perrin authored
there was a mistake in 2de4c80f, we should sleep for the min duration of these two
-
- 19 Jun, 2020 2 commits
-
-
Kazuhiko Shiozaki authored
because we anyway has never used log, but just use stderr ourput.
-
Kazuhiko Shiozaki authored
in HAProxy 2.0, httpclose has the same meaning as forceclose, that is deprecated.
-
- 04 May, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 29 Apr, 2020 1 commit
-
-
Jérome Perrin authored
The recommended approach is now to generate a font.conf file using slapos.recipe.template:jinja2 since font.conf now needs entries for all directories containing fonts.
-
- 27 Apr, 2020 2 commits
-
-
Jérome Perrin authored
Use NameWidth=* so that long filenames are never truncated Use SuppressColumnSorting to disable the ablity to sort so that we can wget -r all the logs for local analysis
-
Jérome Perrin authored
-
- 24 Apr, 2020 4 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
See nexedi/slapos!739
-
Thomas Gambier authored
Also use better argument names. The function is used in pbs recipe and was wrongly removed in 569439d5 commit. See nexedi/slapos!739
-
Thomas Gambier authored
The '.lock' suffix is automatically added by lockfile. See https://opendev.org/openstack/pylockfile/src/tag/0.12.2/lockfile/__init__.py#L218 See nexedi/slapos!739
-
- 23 Apr, 2020 1 commit
-
-
Jérome Perrin authored
-
- 08 Apr, 2020 7 commits
-
-
Jérome Perrin authored
This is not used, and probably buggy
-
Jérome Perrin authored
Since the first version, this have been writing config files in binary mode, but these are really text files.
-
Jérome Perrin authored
If for example the ip changed, this recipe needs to re-generate configuration files.
-
Jérome Perrin authored
-
Jérome Perrin authored
Use the first ipv6 to generate the URL
-
Jérome Perrin authored
This was relying on a slapos patch allowing to serialize sets, but that was not useful, because we had to encode the sets ourselves in the profiles.
-
Jérome Perrin authored
-
- 31 Mar, 2020 1 commit
-
-
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.
-
- 28 Mar, 2020 1 commit
-
-
Julien Muchembled authored
-
- 27 Mar, 2020 1 commit
-
-
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
-
- 19 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
[duplicity] has at least 2 issues: - use os.chdir - creation of paths outside of location
-
- 10 Mar, 2020 1 commit
-
-
Bryton Lacquement authored
-
- 04 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Alain Takoudjou authored
If pgdata already exists, then postgres recipe will not update or install anything when buildout will run. This result to no configuration or wrapper updated if configuration changes. For example this change: 29d1ed68 the path of `posgtres bin` is now in shared folder, then impossible to run postgres service anymore because path was not updated by buildout in wrapper. /reviewed-on nexedi/slapos!703
-
- 03 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 02 Mar, 2020 2 commits
-
-
Alain Takoudjou authored
-
Bryton Lacquement authored
-
- 27 Feb, 2020 1 commit
-
-
Julien Muchembled authored
-
- 05 Feb, 2020 1 commit
-
-
Julien Muchembled authored
-
- 29 Jan, 2020 1 commit
-
-
Jérome Perrin authored
This recipe already use all options defined in buildout for substitution in the erp5testnode.cfg.in
-
- 03 Oct, 2019 1 commit
-
-
Thomas Gambier authored
-
- 24 Sep, 2019 1 commit
-
-
Thomas Gambier authored
hash-existing-files list all the files used for hash that are not handled by buildout. For those files, the hash is calculated as soon as the __init__ function so that if there is a change in those files, buildout will remove the existing wrapper (it will uninstall the section) and replace it with the new wrapper.
-
- 12 Sep, 2019 1 commit
-
-
Julien Muchembled authored
--user=root is redundant and it will break with MariaDB 10.4
-
- 05 Sep, 2019 1 commit
-
-
Alain Takoudjou authored
Remove method `generateHashFromFiles` in all file `test.py`, import it from `slapos.recipe.librecipe`. /reviewed-on nexedi/slapos!617
-