- 05 Jun, 2015 2 commits
-
-
Rafael Monnerat authored
-
Kirill Smelkov authored
Because git is used in `python setup.py sdist` https://lab.nexedi.cn/nexedi/wendelin.core/blob/11d130d1/setup.py#L168 we need to make sure it is available at runtime (at time when sdist happens), or else installation could fail. Since zc.recipe.egg:develop now supports setting environment variables https://lab.nexedi.cn/nexedi/slapos.buildout/commit/93d35f5d https://lab.nexedi.cn/nexedi/slapos.buildout/commit/71078537 ) and we use the proper version of it in slapos stack: https://lab.nexedi.cn/nexedi/slapos/commit/d0807d90 we can just set environment with git being in PATH and fix it this way. /cc @Tyagov, @kazuhiko, @jerome /reviewed testbot(building ok), trustme
-
- 04 Jun, 2015 4 commits
-
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 03 Jun, 2015 2 commits
-
-
Ivan Tyagov authored
This reverts commit bf75e8a9.
-
Ivan Tyagov authored
-
- 02 Jun, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 29 May, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 28 May, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
also parallel build becomes possible again.
-
- 27 May, 2015 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This checks if a certain parameter is the write one, normally it is required to know if the value is not published but not yet ready.
-
- 26 May, 2015 12 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Kazuhiko Shiozaki authored
Ruby2.1 To support GitLab we need current Ruby oldstable, which is Ruby 2.1.6. Rationale: https://gitlab.com/gitlab-org/gitlab-ce/commit/757df0142f521380b92d28a721a7fd2bd8aa382f /cc @kazuhiko See merge request !5
-
Kirill Smelkov authored
Current Ruby stable is 2.2.2, but current GitLab does not work with it, and requires current Ruby oldstable, which is 2.1.6: https://gitlab.com/gitlab-org/gitlab-ce/commit/757df0142f521380b92d28a721a7fd2bd8aa382f /cc @kazuhiko
-
Kirill Smelkov authored
In the next patch we'll add another version of Ruby, and it will make sense to share common configuration for Ruby compiling. /cc @kazuhiko
-
Kirill Smelkov authored
Like with e.g. python or readline, or like with versioned programs e.g. on Debian, put version into name without dash. So ruby-2.2 -> ruby2.2 /cc @kazuhiko
-
Rafael Monnerat authored
-
- 22 May, 2015 9 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
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 3 commits
-
-
Rafael Monnerat authored
This api follows up the change done on slapos node client which let's the master decide the best or latest URL for a desired product.
-
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 2 commits
-
-
Julien Muchembled authored
-
Cédric Le Ninivin authored
-