An error occurred fetching the project authors.
- 04 May, 2015 1 commit
-
-
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.
-
- 29 Apr, 2015 3 commits
-
-
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.
-
Kirill Smelkov authored
.core is part of the software name, and buildout allows dot inside a name.
-
Ivan Tyagov authored
-