- 19 Jan, 2018 1 commit
-
-
Jérome Perrin authored
This nodejs version needs python in $PATH for the build. During build, it will build `icupkg` without honoring $LDFLAGS, so our rpath does not work and this icupkg does not find it's libssl. To prevent it from using system libssl, run the build step under $LD_LIBRARY_PATH
-
- 17 Jan, 2018 1 commit
-
-
Yusei Tahara authored
getWorkingSet() is slow and it is not always needed. So, it is better not to call it in __init__.
-
- 16 Jan, 2018 6 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
When git repositories are in detached head, `git symbolic-ref` cannot be used. In this case, `gowork-snapshot` outputs `fatal: ref origin is not a symbolic ref` and create a buildout profile with empty revisions. After these changes, we try to get from a remote named origin in this case. If this did not work, we output the problematic repository. I added some minor "cleanups" at the same time. /reviewed-on nexedi/slapos!268 /reviewed-by kirr
-
Jérome Perrin authored
because other variables are vertically aligned
-
Jérome Perrin authored
When git repository is in detached head, there's no symbolic-ref, so we cannot anything better that assuming there's a remote named "origin"
-
Jérome Perrin authored
-
- 12 Jan, 2018 4 commits
-
-
Julien Muchembled authored
This reverts commit 6cb00ff0, because of a regression in InnoDB (https://jira.mariadb.org/browse/MDEV-14614). Several functional tests started to fail with 10.2.12.
-
Nicolas Wavrant authored
As currently it fallbacks to system's gettext
-
Kazuhiko Shiozaki authored
-
Hardik Juneja authored
While testing this merge request : erp5!243 The following test was failing for me : https://nexedi.erp5.net/test_result_module/20180107-664D9A6/13 Since numpy is not added as a dependecy for h5py. the testnode didn't upgraded numpy while upgrading h5py. Adding numpy as a dependency should fix it /reviewed-on !267
-
- 11 Jan, 2018 1 commit
-
-
Vincent Pelletier authored
Fixes all cloudooo being given the same port, because of jinja2 variable scoping. Also, move to buildout.hash.cfg for md5sum maintenance ease.
-
- 08 Jan, 2018 2 commits
-
-
Ayush Tiwari authored
Also update README accordingly. Its becasue now erp5-site is being created automatically using software-type default and there is no create-erp5-site software-type anymore.
-
Julien Muchembled authored
-
- 04 Jan, 2018 3 commits
-
-
Julien Muchembled authored
In the particular case of PATH, '' is the same as '.', which is a bad idea from a security point of view.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 28 Dec, 2017 4 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
instance-erp5.cfg.in: quoted values should not be part of the configuration parameters https://lab.nexedi.com/nexedi/slapos.toolbox/blob/beb86eab2dee7178aa6e4795da0f56bb6cacaea1/slapos/apachedex.py#L62 modify default apachedex parameters --erp5-base +erp5 .*/VirtualHostRoot/erp5(/|\?|$) --base +other / instance-balancer.cfg.in: option `--configuration` should be used instead of `--config` https://lab.nexedi.com/nexedi/slapos.toolbox/blob/beb86eab2dee7178aa6e4795da0f56bb6cacaea1/slapos/apachedex.py#L76
-
Tristan Cavelier authored
instance-mariadb.cfg.in: rename slowquerydex folder to slowquery_digest mysql-querydigest.sh.in: exit 1 on error add date to the output file name of pt-query-digest to fit promise behavior https://lab.nexedi.com/nexedi/slapos.toolbox/blob/beb86eab2dee7178aa6e4795da0f56bb6cacaea1/slapos/promise/check_slow_queries_digest_result/__init__.py#L29 review sh arguments handling end message: "ok" -> "Report generated successfully." or ..."failed with code $?"
-
Julien Muchembled authored
-
- 23 Dec, 2017 1 commit
-
-
Arnaud Fontaine authored
https://cgit.freedesktop.org/fontconfig/commit/?id=1ab5258f7c2abfafcd63a760ca08bf93591912da fontconfig > 2.12.1 now requires gperf.
-
- 19 Dec, 2017 3 commits
-
-
Sebastien Robin authored
This reverts commit 38123b86. fontconfig was not building any more on many machines (most testnode machines). Revert until investigation is done.
-
-
Arnaud Fontaine authored
-
- 14 Dec, 2017 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 13 Dec, 2017 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 11 Dec, 2017 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Romain Courteaud authored
-
- 10 Dec, 2017 1 commit
-
-
Julien Muchembled authored
-
- 08 Dec, 2017 1 commit
-
-
Romain Courteaud authored
-
- 07 Dec, 2017 2 commits
-
-
Julien Muchembled authored
-
Romain Courteaud authored
-
- 06 Dec, 2017 3 commits
-
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Hardik Juneja authored
This fixes part of resiliency tests /reviewed-on !262
-
- 05 Dec, 2017 1 commit
-
-
Jérome Perrin authored
-