- 11 Jun, 2020 1 commit
-
-
Alain Takoudjou authored
-
- 08 Jun, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 04 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
-
- 26 May, 2020 1 commit
-
-
Klaus Wölfel authored
-
- 22 May, 2020 1 commit
-
-
Jérome Perrin authored
-
- 21 May, 2020 1 commit
-
-
Gabriel Monnerat authored
-
- 19 May, 2020 1 commit
-
-
Jérome Perrin authored
We don't need a section here, we inherit this from jupyter stack
-
- 18 May, 2020 1 commit
-
-
Jérome Perrin authored
gcc-5.5 compiles a bit slower python and we are observing failures in ERP5 performance tests.
-
- 16 May, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 12 May, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 11 May, 2020 1 commit
-
-
Vincent Pelletier authored
This is a loop invariant.
-
- 08 May, 2020 1 commit
-
-
Julien Muchembled authored
-
- 07 May, 2020 1 commit
-
-
Gabriel Monnerat authored
PyPDF2 must not overwrite showwarning because it breaks ERP5. ERP5 already overwrites it properly https://github.com/mstamy2/PyPDF2/issues/67#issuecomment-34387142
-
- 05 May, 2020 2 commits
-
-
Julien Muchembled authored
This reverts commit de1e9ea0. 2.7.1+slapos006 revealed a bug in buildout bug, breaking resilient KVM.
-
Julien Muchembled authored
-
- 04 May, 2020 5 commits
-
-
Julien Muchembled authored
The only change should be the upgrade of rdiff-backup (from 1.0.5+SlapOSPatched001 to 1.3.4nxd6-SlapOSPatched001) for some SR that extend the resilient stack.
-
Julien Muchembled authored
For some SR, it implies the following upgrades: - decorator: 4.3.0 - gitdb2: 2.0.5 - smmap2: 2.0.5 - subprocess32: 3.5.3
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 03 May, 2020 1 commit
-
-
Julien Muchembled authored
This is required for Python 3.7
-
- 01 May, 2020 1 commit
-
-
Jérome Perrin authored
-
- 30 Apr, 2020 1 commit
-
-
Rafael Monnerat authored
-
- 29 Apr, 2020 7 commits
-
-
Arnaud Fontaine authored
As SOFTWARE_HOME is added at the top of sys.path, this meant that Zope2.egg/Zope2 ended up at the top of sys.path: * This broke `imp.find_module('App')` and Pylint (`No name 'Extensions' in module 'App' (no-name-in-module)`) because there are `App` modules in both Zope2.egg/Zope2/ and Zope2.egg/ and the former was returned. * "Normal" instances and Products.ERP5Type.tests.runUnitTest properly set up SOFTWARE_HOME to Zope2.egg/. Additionally, according to Zope2/Testing documentation, SOFTWARE_HOME is only needed to find Zope2.egg/Testing module, already available as Zope2.egg is in sys.path.
-
Jérome Perrin authored
Mariadb was not shared, because installing mroonga writes a plugin in mariadb's plugin dir and it's not allowed for one part to write in another part's folder. The approach is to install mroonga plugin in it's own plugin directory, then copy all mariadb default plugins in this plugin directory and configure instance to use mroonga's plugin directory. Groonga also has plugins and we are using groonga-normalizer-mysql plugin. Fortunately, groonga reads plugins located in paths listed in GRN_PLUGINS_PATH environment variable, so we can use a simpler approach of installing plugins in their own installation folder and set GRN_PLUGINS_PATH in the environment of processes using groonga, ie. the mariadb server process.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
We now need to refer to the part where the dictionnary was installed.
-
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 1 commit
-
-
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
-
- 27 Apr, 2020 3 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 24 Apr, 2020 4 commits
-
-
Julien Muchembled authored
-
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
-
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'
-