An error occurred fetching the project authors.
- 15 Sep, 2016 1 commit
-
-
Nicolas Wavrant authored
Changes include: * new parameter "no-ipv4-frontend" to prevent the request of an ipv4 frontend. The webrunner cannot provide one, so let's get rid of failing promises. * new paramaters to define the ports of the ssh servers (for runner-importer and runner-exporter). Then no colliding when servers run on the same IP.
-
- 26 Aug, 2016 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Revert "slaprunner: fix resiliency test, add development-mode (bool) parameter for easy build webrunner in webrunner" This reverts commit 59966611.
-
- 25 Aug, 2016 1 commit
-
-
Alain Takoudjou authored
slaprunner: fix resiliency test, add development-mode (bool) parameter for easy build webrunner in webrunner
-
- 09 Aug, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 29 Jul, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 13 Jul, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 21 Jun, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 14 Jun, 2016 2 commits
-
-
Alain Takoudjou authored
fix publish custom frontend url simplify monitoring connection parameters
-
Alain Takoudjou authored
-
- 27 May, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 12 May, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
so that build will not fail if the directory was left during previous builds.
-
- 28 Apr, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 15 Apr, 2016 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 13 Apr, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 01 Apr, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 30 Mar, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 25 Mar, 2016 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 22 Mar, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 29 Feb, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 Feb, 2016 2 commits
-
-
Kirill Smelkov authored
@rafael says frontend infrastructure is not yet ready to handle slave requests for frontends which come with lab.nexedi.com frontend SR URLs. So revert apache-frontend-URL related part of 86deb9c6 (*: slapos.git moved to https://lab.nexedi.com/nexedi/slapos.git) back for now. /cc @jp /reviewed-by @rafael /reviewed-on nexedi/slapos!52
-
Kirill Smelkov authored
86deb9c6 (*: slapos.git moved to https://lab.nexedi.com/nexedi/slapos.git) went over whole tree and updated slapos.git URL but when changing non-top-software.cfg-like files forgot to update their md5sum in software releases. Fixes started to appear - e.g. 8b1496c3 (kvm: fix md5sum, thanks @alain.takoudjou), but generally the whole tree remains more-or-less broken. Fix it. (not tested - manually checked files and updated md5sums) /reported-by @rafael
-
- 09 Dec, 2015 1 commit
-
-
Cédric Le Ninivin authored
-
- 27 Oct, 2015 4 commits
-
-
Kirill Smelkov authored
Most Ruby projects are built via Bundler[1], e.g. the upcoming GitLab, and Bundler supports building/fetching dependency gems in parallel: http://bundler.io/v1.10/bundle_install.html#jobs via using `--jobs <n>` command line option. All bundler options can be also passed in via environment variable, and this way we can use BUNDLE_JOBS=<n> for default `--jobs <n>`. Let's use it, and this way speedup Ruby-related builds (like we already do for Make- and NumPy- based software). [1] http://bundler.io/ /cc @jerome, @cedric.leninivin, @kazuhiko
-
Kirill Smelkov authored
Starting from NumPy 1.10 numpy's distutils support parallel building http://docs.scipy.org/doc/numpy/user/install.html#basic-installation https://github.com/numpy/numpy/commit/23d54617 and this way software which uses numpy's distutils (scipy, scikit-learn, etc) should support it too. Let's use it, like we currently already use MAKEFLAGS for speeding up make-based projects. /cc @jerome, @cedric.leninivin, @kazuhiko
-
Kirill Smelkov authored
Currently we use '%d' and string formatting on max(1, ncpu / cpu-usage-ratio), because `ncpu / cpu-usage-ratio` is float: In [1]: from __future__ import division In [2]: 8 / 4 Out[2]: 2.0 and jinja2 uses future division by default: {{ 8 / 4 }} -> 2.0 We can however make things more explicit, by explicitly using integer division (// operator) and this way avoid the need for '%d' and string formatting. /cc @jerome, @cedric.leninivin
-
Kirill Smelkov authored
The calculation is full line long, and we are going to reuse this number in a couple of new places, so this way it makes sense to first compute jobs number separately, and then reuse the variable. /cc @jerome, @cedric.leninivin
-
- 05 Oct, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 Sep, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 01 Sep, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 Aug, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 28 Jul, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 23 Jul, 2015 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Redirect in nginx does not behave the same depending on wether it is accessed directly or behind apache proxy.
-
- 20 Jul, 2015 4 commits
-
-
Jérome Perrin authored
- name wrapper bash, not sh as bash behave like sh when named sh - add -l so that bash runs as login shell and reads .bash_profile - enable colors in profile - output a message in profile - remaining TODOs: a working slapos node command
-
Jérome Perrin authored
This required slapos.toolbox 0.50
-
Alain Takoudjou authored
-
Jérome Perrin authored
If no htpasswd file exist, redirect to account creation page
-