- 20 Oct, 2016 4 commits
-
-
iv authored
it is no longer possible to use http:/ as curl now expect a hostname to be given, see curl issue https://github.com/curl/curl/issues/936
-
iv authored
Like for 61177775. I've manually reviewed git diff 8-7-stable 8-8-stable -- files/gitlab-config-template/gitlab.rb.template \ files/gitlab-cookbooks/gitlab/attributes/default.rb on omnibus-gitlab repository. There are only changes on postgresql and registry options, which are not relevant for us.
-
iv authored
Do not use container_registry and registry_* options
-
- 13 Oct, 2016 2 commits
- 12 Oct, 2016 1 commit
-
-
Julien Muchembled authored
-
- 11 Oct, 2016 3 commits
-
-
Julien Muchembled authored
In the case of hellorina SR, the following section generated invalid command: [proxy] command-line = {{ python_location }}/bin/python2.7 {{ rina_proxy }} ${server:instance-guid} ${:ipv6} ${:port} ...
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 10 Oct, 2016 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 07 Oct, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 05 Oct, 2016 2 commits
-
-
Alain Takoudjou authored
-
Rafael Monnerat authored
-
- 03 Oct, 2016 2 commits
-
-
Julien Muchembled authored
-
Nicolas Wavrant authored
-
- 01 Oct, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 30 Sep, 2016 6 commits
-
-
Alain Takoudjou authored
-
Nicolas Wavrant authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 29 Sep, 2016 9 commits
-
-
Julien Muchembled authored
This value can be used as a unique identifier within the cloud. It was already available for the requesting partition ('request' recipe).
-
Rafael Monnerat authored
-
Alain Takoudjou authored
-
Nicolas Wavrant authored
/reviewed-on nexedi/slapos!101
-
Alain Takoudjou authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 28 Sep, 2016 4 commits
-
-
Kirill Smelkov authored
/reviewed-by: TrustMe
-
Alain Takoudjou authored
Add a class SlapConfigParser which overrite ConfigParser.write method to fix parse problem when configuration like: [section] foo += bar is included in buildout file. softwaretype recipe will generate buildout file with foo + = bar because ConfigParser doesn't reconize += delimiter and read key as "foo +", value as "bar". Then ConfigParser.write method generate [section] foo + = bar ... This is invalid with buildout version 2 /reviewed-on nexedi/slapos!100
-
Douglas authored
@Tyagov, please review. Now the test runners use the LD_PRELOAD environment variable to load the correct libstdc++ built by slapos and restart themselves. The restart is necessary because LD_PRELOAD is only taken into account at the time the process is started. Changing this environment variable in runtime has no effects. Tests results are available at Nexedi's ERP5 and are 100% ok: https://nexedi.erp5.net/test_result_module/20160927-3FA05624. /reviewed-on nexedi/slapos!99
-
Vincent Pelletier authored
Document how to setup replication. Add support for no-zope ERP5 instance, so it is possible to setup a replicating, full-featured ERP5 Cluster instance tree without providing service until it needs to take over its upstream, or to become otherwise independent.
-