- 26 Mar, 2018 2 commits
-
-
Kirill Smelkov authored
The most convenient way to discover CFLAGS/LDFLAGS when building Cgo bits is via pkg-config: https://golang.org/cmd/cgo/ For this to work let's add pkg-config to be available there in gowork out of the box, and provide users with a way to specify which C packages they want to be there on gowork's $PKG_CONFIG_PATH, e.g. this way: [gowork] cpkgpath = ${sqlite3:location}/lib/pkgconfig ${zlib:location}/lib/pkgconfig In buildout sources cpkgpath is specified as multiline - not one line with ":" delimiters - with the idea that it should be easy to amend gowork.cpkgpath with "+=" in different places.
-
Alain Takoudjou authored
-
- 25 Mar, 2018 1 commit
-
-
Kirill Smelkov authored
Upgrading passes python-2.7 compile and tests. Let's hope it will be ok everywhere else.
-
- 22 Mar, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 21 Mar, 2018 3 commits
-
-
Boris Kocherov authored
Hello @alain.takoudjou could you please try to build this branch. /reviewed-on nexedi/slapos!305
-
Boris Kocherov authored
-
Julien Muchembled authored
-
- 20 Mar, 2018 2 commits
-
-
Boris Kocherov authored
-
Jérome Perrin authored
Rewriting commit history with `git rebase -i` always caused some conflicts on md5sum of modified files. `update-hash` made all this easier, because we could just revert buildout.hash.cfg, re-run `update-hash` and commit the changes. This tool makes this scenario a bit more user friendly by automating the steps by running as a git mergetool. An interactive rebase session can be initiated by running this command from software/*/ directory: `git rebase -i --exec "$(pwd)/../../update-hash $(pwd)/buildout.hash.cfg" origin/master` and if conflict occur, run: `git mergetool --tool update-hash-mergetool && EDITOR=cat git rebase --continue` This way, rebase session can be almost non interactive (still have to run the above mergetool command) when conflicts are only on md5sum updates. /reviewed-on nexedi/slapos!273
-
- 19 Mar, 2018 3 commits
-
-
Romain Courteaud authored
-
Eteri authored
New release of Caddy 0.10.11 with updated quic version (v39). /reviewed-on nexedi/slapos!301
-
Rafael Monnerat authored
This might be refactored in short future with caucase, however for now this change is required to slapos master works.
-
- 16 Mar, 2018 9 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
This is a follow-up of commit 5c980caf, now that the new code of the 'wrapper' recipe is used (1.0.58 released).
-
Kazuhiko Shiozaki authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Gabriel Monnerat authored
Move and rename the mariadb backup restoration script With this, we don't loose it (it may help an admin to be able to restore it) and it does not get run by webrunner automatically when updating resilience snapshot /reviewed-on nexedi/slapos!304
-
Jérome Perrin authored
Run ERP5 tests under [usershosts](https://lab.nexedi.com/nexedi/userhosts) wrapper with the same host mapping as zope instances. This will allow to simplify configuration of services such as memcached and also be a more realistic environment. This revealed problems with userhosts, at least on Debian 9, that have been fixed in nexedi/userhosts!2 , so at the same time we update userhosts to get these fixes. /reviewed-on nexedi/slapos!303
-
- 15 Mar, 2018 5 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
slapuser4@COMP-2212:~/srv/testnode/bej/inst$ ./test0-5/bin/runner-importer ./test0-5/bin/runner-importer run at : Mon Mar 12 19:55:50 CET 2018 Restoring WebRunner content... ./test0-5/bin/runner-importer: line 49: cd: /srv/slapgrid/slappart4/srv/testnode/bej/inst/test0-5/srv/backup/runner/runner/: No such file or directory
-
Gabriel Monnerat authored
With this, we don't loose it (it may help an admin to be able to restore it) and it does not get run by webrunner automatically when updating resilience snapshot
-
Alain Takoudjou authored
-
Jérome Perrin authored
To get fixes from nexedi/userhosts!2 The main reason is to fix inkscape segfaults that break ERP5's svg to image conversion.
-
- 14 Mar, 2018 4 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 13 Mar, 2018 6 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Jérome Perrin authored
We are supposed to have valid certificates and if really needed, slapos.recipe.build:gitclone can ignore it. reviewed on !300
-
Eteri authored
-
- 12 Mar, 2018 3 commits
-
-
Boris Kocherov authored
thx @jerome
-
Eteri authored
-
Łukasz Nowak authored
Depending on host python version the string "Build successful" renders differently, so do not be too smart for it and simplify it.
-
- 08 Mar, 2018 1 commit
-
-
Gabriel Monnerat authored
-