An error occurred fetching the project authors.
- 26 Nov, 2018 2 commits
-
-
Rafael Monnerat authored
Traceback of the tests: Installing eggs. While: Installing eggs. Getting distribution for 'urllib3>=1.18'. Error: Picked: urllib3 = 1.24.1
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!450
-
- 26 Oct, 2018 1 commit
-
-
Thomas Gambier authored
/reviewed-on nexedi/slapos!427
-
- 28 Sep, 2018 1 commit
-
-
Julien Muchembled authored
-
- 30 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 29 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 28 Aug, 2018 1 commit
-
-
Jérome Perrin authored
they are already pinned in stack/slapos.cfg
-
- 13 Aug, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 31 Jul, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 21 Jul, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 18 Jul, 2018 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 11 Jul, 2018 1 commit
-
-
Guillaume Hervier authored
-
- 04 Apr, 2018 1 commit
-
-
Jérome Perrin authored
Instead of letting `python setup.py test` install the depencies, use buildout way of installing the eggs. This software use `interpreter` recipe of `zc.recipe.egg` to install a python with all eggs pre-installed. This is a way to get all the dependencies at install time instead of getting them at run time from pypi when running `python setup.py test`. `erp5.util.testsuite` has been extended to support a parameter to specify which python interpreter to use. One issue is that this way of installing eggs by buildout cause chicken and egg problem: cloning repository containing `slapos.recipe.cmmi` needs git, and to compiling git needs `slapos.recipe.cmmi`. The consequence of this is that re-running software will install too many parts again. One solution for this would be to clone `slapos.recipe.cmmi` with a `git` command provided by testnode or system package. Another solution would be to not install `slapos.recipe.cmmi` develop egg, simply install the egg from it's current pypi version while installing the software (running tests will be from the git checkout anyway). For now this is open issue. Another point of attention is that `python setup.py test` install the requirements listed in `test_requires`, but `zc.recipe.egg` does not provide a way of installing these. Some of our packages have `[test]` entrypoints, in this case, the software installs the test entrypoints. For others, we install the eggs. Other improvements: * use a simple `slapos.recipe:wrapper` instead of `slapos.cookbook:egg_test` * fix the typo in repository name erp5-util-repository -> erp5.util-repository ( this mean we will have to fix the test suites in nexedi ERP5 ) * document "what is this software" and a scenario of how this software can be used to develop slapos eggs. * switch to buildout-hash.cfg for easier template hash management.
-
- 16 Mar, 2018 1 commit
-
-
Julien Muchembled authored
-
- 25 Jan, 2018 1 commit
-
-
Rafael Monnerat authored
zc.buildout version up to 2.5.2+slapos012 slapos.recipe.template version up to 4.3 slapos.core version up to 1.4.4
-
- 11 Dec, 2017 1 commit
-
-
Julien Muchembled authored
-
- 18 Oct, 2017 1 commit
-
-
Julien Muchembled authored
-
- 13 Oct, 2017 1 commit
-
-
Julien Muchembled authored
-
- 03 Jun, 2017 1 commit
-
-
Julien Muchembled authored
-
- 19 May, 2017 3 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 04 Nov, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 29 Sep, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 22 Sep, 2016 1 commit
-
-
Nicolas Wavrant authored
Slapos.toolbox has a new dependency to pycurl, which fails to compile if libcurl cannot be found. This commit adds the component/pycurl dependency to most of the Software Releases which have a dependency to slapos.toolbox. I tried to do it globally, so I couldn't check the compilation of all the modified SRs. Is it a way to test that all SRs still compiled ? Also, did I forget some important SR ? @rafael @alain.takoudjou @kazuhiko @jm /reviewed-on nexedi/slapos!97
-
- 05 Aug, 2016 2 commits
-
-
Rafael Monnerat authored
CFFI is added on this directory, and it is required to bootstrap slapos.toolbox.
-
Rafael Monnerat authored
-
- 04 Aug, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 15 Feb, 2016 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
There is no strong reason to use git.erp5.org to test code anymore
-
Rafael Monnerat authored
slapos.package is not an egg anymore, it's implementation was replaced by the usage of ansible with playbooks.
-
- 28 Sep, 2015 2 commits
-
-
Kirill Smelkov authored
/reviewed-by: TrustMe
-
Kirill Smelkov authored
/reviewed-by: TrustMe
-
- 21 Sep, 2015 1 commit
-
-
Kirill Smelkov authored
lab.nexedi.com is now our main domain for git hosting. lab.nexedi.cn continues to work for backward-compatibility reasons. /reviewed-by: TrustMe
-
- 19 Aug, 2015 1 commit
-
-
Kirill Smelkov authored
slapos.core.git moved to lab.nexedi.cn and repository on git.erp5.org made readonly. Update all referenced to old repository location: http://git.erp5.org/repos/slapos.core.git -> https://lab.nexedi.cn/nexedi/slapos.core.git /reviewed-by trustme
-
- 19 May, 2015 1 commit
-
-
Julien Muchembled authored
-
- 12 Dec, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 03 Nov, 2014 1 commit
-
-
Cédric de Saint Martin authored
And more importantly: all their dependencies, like jinja2. Tests are failing because dependencies can't be found.
-