Commit fd1910dd authored by Julien Muchembled's avatar Julien Muchembled

NEO: first try to get 'mock.py' from the backup in repository, due to issues with SourceForge

parent 21b55c46
...@@ -31,9 +31,13 @@ recipe = slapos.recipe.build:gitclone ...@@ -31,9 +31,13 @@ recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/neoppod.git repository = https://lab.nexedi.com/nexedi/neoppod.git
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[neoppod-setup-env]
PATH = ${git:location}/bin:%(PATH)s
[neoppod-develop] [neoppod-develop]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
setup = ${neoppod-repository:location} setup = ${neoppod-repository:location}
environment = neoppod-setup-env
[neoppod] [neoppod]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment