- 12 Oct, 2018 1 commit
-
-
Nicolas Wavrant authored
usually, the software release path is : in a web runner : /srv/slapgrid/slappartXX/srv/runner/project/buildout.cfg in a test node : /srv/slapgrid/slappartX/srv/testnode/xx/inst/test0-XX/srv/runner/project/buldout.cfg the previous regex was replacing in all slappartX and test0-X by the new test0-Y which of course would make an existing path : /srv/slapgrid/test0-Y/.../test0-Y/... This commit only replace the latest occurence in order to have compatible code in the "normal" case, and in the test nodes
-
- 11 Oct, 2018 1 commit
-
-
Julien Muchembled authored
-
- 09 Oct, 2018 2 commits
-
-
Julien Muchembled authored
-
Alain Takoudjou authored
/reviewed-on nexedi/slapos!418
-
- 08 Oct, 2018 5 commits
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos!414
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Guillaume Hervier authored
-
Vincent Pelletier authored
These are totally unrelated changes which were not meant to be pushed, sorry.
-
- 05 Oct, 2018 3 commits
-
-
Alain Takoudjou authored
Runner exporter failed with this message while checking if file changed during backup of instances files: < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb ./runner/instance/slappart2/srv/backup/pbs/slaprunner-slappart1-runner-1/backup.signature < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb ./runner/instance/slappart3/srv/backup/runner/backup.signature < 3226bab4cd318d30cfbde18e6530435dcae3205f94103384ce266c3c73d1afeb ./runner/instance/slappart5/srv/backup/runner/backup.signature 5248d5244 < bb3d96876d1d6cecee9878d835e7515215fc5d2a6ae6b647d0e7915c36700b54 ./runner/instance/slappart4/srv/backup/runner/backup.signature ERROR: Some backups are not consistent, exporter should be re-run. This is because instance in webrunner has also backup.signature the file is excluded while doing sha256sum on backup file: find -type f ! -name backup.signature -print0 | xargs -0 sha256sum | sort -k 66 > backup.signature A fix is to exclude backup.signature in `find`.
-
Alain Takoudjou authored
If instance/slappartXX is not a folder but file, skip chdir else import/export fail with a message like: /srv/slapgrid/slappart18/bin/runner-exporter run at : Thu Oct 4 04:30:03 CEST 2018 Traceback (most recent call last): File "<stdin>", line 17, in <module> OSError: [Errno 20] Not a directory: '/srv/slapgrid/slappart18/srv//runner/instance/slappart5-mariadb.dump.sql.gz'
-
Vincent Pelletier authored
-
- 04 Oct, 2018 3 commits
-
-
Jérome Perrin authored
This reverts commit 80673c8c. All testnodes should have been updated by now, so this commit is no longer needed.
-
Thomas Gambier authored
/reviewed-on nexedi/slapos!419
-
Boris Kocherov authored
/reviewed-on nexedi/slapos!416
-
- 03 Oct, 2018 3 commits
-
-
Alain Takoudjou authored
-
Julien Muchembled authored
-
Vincent Pelletier authored
-
- 28 Sep, 2018 5 commits
-
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Alain Takoudjou authored
/reviewed-on nexedi/slapos!415
-
Sebastien Robin authored
-
Jérome Perrin authored
/reviewed-on nexedi/slapos!408
-
- 27 Sep, 2018 1 commit
-
-
Xiaowu Zhang authored
isp data is from https://www.whoismyisp.org/ip cn-t for china telecom, default one if isp is other value cn-m for china mobile cn-u for china unicom
-
- 26 Sep, 2018 1 commit
-
-
Vincent Pelletier authored
-
- 25 Sep, 2018 3 commits
-
-
Jérome Perrin authored
fix rst syntax - second try
-
Jérome Perrin authored
fix markdown syntax
-
Jérome Perrin authored
from nexedi/slapos!408 (comment 66703)
-
- 24 Sep, 2018 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 21 Sep, 2018 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
as always, using wrapper is easier and more flexible
-
Jérome Perrin authored
also use a real bash and not busybox
-
- 20 Sep, 2018 2 commits
-
-
Rafael Monnerat authored
bzip.org don't exist anymore, download from fosseis is ok as the md5sum guarantee we still get the same file.
-
Rafael Monnerat authored
-
- 17 Sep, 2018 6 commits
-
-
Tristan Cavelier authored
/reviewed-on nexedi/slapos!406
-
Alain Takoudjou authored
LIBPCRE1_JIT is required to compile git-2.17.1, so we enabled jit in pcre component. Another solution will be to compile git with NO_LIBPCRE1_JIT=1 and keep jit disabled in pcre.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
when accessing gitlab URL ex: lab.nexedi.com from renderjs, URL is blocked because there is no CORS. Set cors header directly in nginx configuration, so that it's not required to create custom slave frontend configuration to include Access-Control-Allow-Origin
-
Alain Takoudjou authored
Gitlab-ce upgraded to version 8.17.8 with required gitlab-shell version 4.1.1-1 and gitlab-workhorse version 1.3.0. Configurations and wrapper upgraded to work with the current version.
-
Alain Takoudjou authored
-