- 18 May, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kirill Smelkov authored
For builds to be reproducible, we pin versions for used eggs and buildout extensions, but 30d43f03 (use slapos.extension.strip to strip binaries at the end of buildout process.) forgot to do this. /cc @kazuhiko
-
- 14 May, 2015 1 commit
-
-
Kirill Smelkov authored
In 2d7e6179 (wendelin.core: Add part/recipe how to build it from git repository) I've added wendelin.core-dev part, but forgot to set :egg variable inside it. Reviewed-by: Trust-me
-
- 12 May, 2015 1 commit
-
-
Rafael Monnerat authored
-
- 09 May, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 06 May, 2015 4 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 05 May, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 04 May, 2015 6 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Hello web Hello up there. While studying how SlapOS works, I've turned helloworld example into real web-service. New helloworld software-release was tested ok: - inside webrunner, and - instantiating in "raw" slapos locally under slapproxy. Please apply and thanks beforehand, Kirill See merge request !2
-
Kirill Smelkov authored
Quoting @jerome: @kirr, we usually extends component/git/buildout.cfg and use ${git:location}/bin/git instead of git, in case git is not always in the path, especially in webrunner.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
also use our own libraries more. clean up rpy2 component.
-
Kazuhiko Shiozaki authored
-
- 01 May, 2015 16 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
because nodejs does not compile in testnode in webrunner
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
It is probably better to stop using grunt
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This reverts commit 27fd1355.
-
- 30 Apr, 2015 3 commits
-
-
Alain Takoudjou authored
-
Kirill Smelkov authored
Let's merge and switch wendelin development to master. For now we only add components which should be orthogonal to the rest and cannot break things. Yet master is a focal point for joint effort and people can try wendelin work-in-progress. Acked-by: Ivan Tyagov <ivan@nexedi.com> * wendelin: wendelin.core: Add part/recipe how to build it from git repository components: wendelin-core -> wendelin.core Add Ipython and pandas python libraries. Add wendelin-core. Add msgpack-python library.
-
Alain Takoudjou authored
-
- 29 Apr, 2015 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kirill Smelkov authored
There is now wendelin.core and wendelin.core-dev parts. wendelin.core just installs released egg from pypi, and wendelin.core-dev installs it from latest git version. A reminder how to use wendelin.core-dev instead of wendelin.core: if your buildout.cfg [buildout] # directly or indirectly extends = ..../wendelin.core/buildout.cfg then at tails, do [buildout] parts -= wendelin.core parts += wendelin.core-dev This way wendelin.core will be fetched from git repository.
-