- 28 Sep, 2016 3 commits
-
-
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 !100
-
Vincent Pelletier authored
Buildout expects all needed sections to have been accessed during the sectoin initialisation pass. It does not like having them accessed during the "install" pass, and emits a very cryptic error: While: Installing publish. Error: Missing option: publish-early:__buildout_signature__
-
Vincent Pelletier authored
-
- 27 Sep, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 21 Sep, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 20 Sep, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 19 Sep, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 16 Sep, 2016 2 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
The recipe userinfo already provides this information This reverts commit fd5f808b.
-
- 15 Sep, 2016 13 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 04 Jul, 2016 1 commit
-
-
Jérome Perrin authored
-
- 30 Jun, 2016 1 commit
-
-
Tristan Cavelier authored
/reviewed-on !82
-
- 23 Jun, 2016 10 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The software release was re-written to use jinja2 templates
-
Rafael Monnerat authored
If required older versions might have the code archive.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Tristan Cavelier authored
-
- 09 Jun, 2016 2 commits
-
-
Tristan Cavelier authored
This causes Cloudooo to not listen anymore. /reviewed-on !75
-
Tristan Cavelier authored
-
- 27 May, 2016 1 commit
-
-
Rafael Monnerat authored
Define a simple cache implementation using a Dict (Singleton) to prevent call registerComputerPartition multiple times over the sections. /reviewed-on !74
-
- 24 May, 2016 1 commit
-
-
Rafael Monnerat authored
When create a wrapper for etc/service/my-wrapper placing the 2 files at the same folder, cause one duplication at the files added to supervisord, so always place the python script wrapper at the bin folder of the buildout.
-
- 23 May, 2016 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Ensure the certificates provided by the user actually valid and match, otherwise prevent it write bad certificates.
-