- 29 Apr, 2020 11 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Users will need to generate a proper fonts.conf and set it as $FONTCONFIG_FILE environment variable.
-
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.
-
Jérome Perrin authored
Instead of the previous approach which relied on a side effect of installing *-fonts parts that would write in parts/fonts/ and make the fonts automatically available to applications, use a new approach where each part is "pure", without side effects. To make the fonts available to applications, a fontconfig font.conf listing all the parts with fonts needs to be generated and set as $FONTCONFIG environment variable. A template font.conf is included in component/fontconfig
-
Jérome Perrin authored
We now need to refer to the part where the dictionnary was installed.
-
Jérome Perrin authored
this allow to share aspell component. Users needs to install the part with dictionnaries, ie. aspell-en-dictionary instead of simply aspell
-
Jérome Perrin authored
-
Jérome Perrin authored
apr and apr-util are now build separately. I'm not sure there was any benefit with that approach of copying the directories inside apache source tree before build. Using extra modules, like apache-antiloris require to install apache in non-shared mode. This also removes apache-antiloris from cloudooo and erp5 stacks so that they can use apache as shared. Even if the section was installed, this was not used anywhere.
-
Jérome Perrin authored
-
- 28 Apr, 2020 2 commits
-
-
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 9 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'
-