- 22 May, 2015 4 commits
-
-
Kazuhiko Shiozaki authored
to avoid possible symbol lookup error, like "libreadline.so.6: undefined symbol: UP".
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
A new recipe deploy a python HTTPServer which is used to share files between all vm in the cluster the url is something like: https:IPv6:port/HASH-PATH/FILES Access to root https:IPv6:port/ is forbiden.
-
- 20 May, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kirill Smelkov authored
Merge branch 'master' of https://lab.nexedi.cn/nexedi/slapos * 'master' of https://lab.nexedi.cn/nexedi/slapos: openssl: Allow it to be build with make -jN N > 1 openssl: Convert patches to -p1
-
- 19 May, 2015 9 commits
-
-
Julien Muchembled authored
-
Cédric Le Ninivin authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Kazuhiko Shiozaki authored
component/openssl: Fix build for make -j Fix parallel build for openssl - out of the box it in parallel mode openssl build ~ 2 times faster, and with tuned cache and other setting ~ 3 times faster. Please apply and thanks beforehand, Kirill /cc @kazuhiko See merge request !3
-
Cédric Le Ninivin authored
Added: server-alias disable-no-cache-request prefer-gzip-encoding-to-backend disabled-cookie-list
-
- 18 May, 2015 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kirill Smelkov authored
For builds to be reproducible, we pin versions for used eggs and buildout extensions, but 30d43f03 (use slapos.extension.strip to strip binaries at the end of buildout process.) forgot to do this. /cc @kazuhiko
-
- 15 May, 2015 2 commits
-
-
Kirill Smelkov authored
There is a story for OpenSSL build to be broken for `make -j`. Gentoo- and various other people proposed fixes, at least from 2008, but for some reasons (patch does not work with BSD make, upstream forgot to apply, etc) they are not applied to main codebase. What we can do is to "cherry-pick" the patch from Gentoo to speed-up OpenSSL build. On a typical 8-cores i7 node, with the following test buildout: [buildout] extends = slapos/stack/slapos.cfg slapos/component/openssl/buildout.cfg after full build time (rm -rf parts/openssl && ./bin/buildout install openssl) MAKEFLAGS=-j1 1m48s MAKEFLAGS=-j8 0m53s and the timing does not subtract time to e.g. download the package from network, so the building speedup itself is even more. /cc @kazuhiko
-
Kirill Smelkov authored
We'll soon need to apply/ship external patches for openssl with us, and external patches and patches in general usually go in -p1 format. Since patch-options is "global" - i.e. it affects all patches for slapos.recipe.cmmi, this change is needed for us to keep downloaded-from-somewhere patches as unmodified as possible. /cc @kazuhiko
-
- 14 May, 2015 1 commit
-
-
Kirill Smelkov authored
In 2d7e6179 (wendelin.core: Add part/recipe how to build it from git repository) I've added wendelin.core-dev part, but forgot to set :egg variable inside it. Reviewed-by: Trust-me
-
- 12 May, 2015 1 commit
-
-
Rafael Monnerat authored
-
- 09 May, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 06 May, 2015 4 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 05 May, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 04 May, 2015 6 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Hello web Hello up there. While studying how SlapOS works, I've turned helloworld example into real web-service. New helloworld software-release was tested ok: - inside webrunner, and - instantiating in "raw" slapos locally under slapproxy. Please apply and thanks beforehand, Kirill See merge request !2
-
Kirill Smelkov authored
Quoting @jerome: @kirr, we usually extends component/git/buildout.cfg and use ${git:location}/bin/git instead of git, in case git is not always in the path, especially in webrunner.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
also use our own libraries more. clean up rpy2 component.
-
Kazuhiko Shiozaki authored
-
- 01 May, 2015 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
because nodejs does not compile in testnode in webrunner
-
Jérome Perrin authored
-
Jérome Perrin authored
-