- 28 Apr, 2020 12 commits
-
-
Jérome Perrin authored
After trying to generate a random image ourselve with image magic with: ${imagemagick:location}/bin/convert -size 6x6 xc: +noise Random \( -clone 0 -flip \) -append \( -clone 0 -flop \) +append -scale 128x128 $${:location} I gave up and just download an image from gravatar, but ignoring errors if any to comply with the "instanciation should work offline" rule.
-
Jérome Perrin authored
like webrunner is doing
-
Jérome Perrin authored
for better experience in the terminal
-
Jérome Perrin authored
-
Jérome Perrin authored
and stop creating some useless directories
-
Jérome Perrin authored
To remove GIT_EXEC_PATH from environment as this can break running buildout with slapos.recipe.build:gitclone sections using an incompatible git version
-
Jérome Perrin authored
because python-language-server-requirements.txt contains a git URL
-
Jérome Perrin authored
-
Jérome Perrin authored
includes vsx registry and our resolution fixes
-
Jérome Perrin authored
-
Nicolas Wavrant authored
log accesses (the logrotate conf already exists for them), and remove the pattern "<IfDefine Port>" which was used when this apache conf was extended by the software's apache extending the monitor stack
-
Jérome Perrin authored
-
- 27 Apr, 2020 16 commits
-
-
Thomas Gambier authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
Profiles for nexedi/erp5!948 Testnode expose the log folder for test suite, so that they can expose more logs and snapshots. Because these can be big, we expose a new "keep-log-days" option so that we can se shorter delay for test nodes running software release tests. Another important visible change is that testnode now automatically restart when configuration is changed. See merge request !731
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Allow to configure the number of days to keep logs
-
Jérome Perrin authored
-
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
-
Jérome Perrin authored
-
Jérome Perrin authored
Since 2de4c80f generic_mysql does not sleep so long between retries
-
Jérome Perrin authored
This recipe now uses strings for ip
-
Jérome Perrin authored
See merge request !741
-
- 26 Apr, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 25 Apr, 2020 1 commit
-
-
Julien Muchembled authored
-
- 24 Apr, 2020 10 commits
-
-
Julien Muchembled authored
See merge request !720
-
Julien Muchembled authored
-
Thomas Gambier authored
See merge request !739
-
Julien Muchembled authored
TODO: There are still direct references to specific version of Python in: - slapos component - bazel templates - nextcloud & theia SR
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Thomas Gambier authored
-
Thomas Gambier authored
if last_backup was an int, the script failed with this error: result undefined, global datetime = <module 'datetime' from '/srv/slapgrid/ slappart6...6d33cee74/lib/python2.7/lib-dynload/datetime.so'>, datetime.datetime = <type 'datetime.datetime'>, datetime.datetime.fromtimestamp = <built-in method fromtimestamp of type object>, last_backup = '1587724103' <type 'exceptions.TypeError'>: a float is required args = ('a float is required',) message = 'a float is required'
-
Thomas Gambier authored
This was broken in 8725ab1a. fix the way of getting parameters in the new recipe.
-