Commit 5f9dc5c6 authored by Jérome Perrin's avatar Jérome Perrin

XXX software/erp5testnode: use development version of erp5.util

parent 449e6c6b
......@@ -15,6 +15,7 @@ extends =
parts =
slapos-command
erp5.util-develop
slapos-cookbook
template
eggs
......@@ -22,6 +23,24 @@ parts =
git
apache
[erp5.util-repository]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
forbid-download-cache = true
repository = https://lab.nexedi.com/jerome/erp5.git
branch = feat/testnode_log_folder
[erp5.util-setup]
recipe = zc.recipe.egg:develop
egg = erp5.util
setup = ${erp5.util-repository:location}
[erp5.util-develop]
recipe = zc.recipe.egg
eggs = ${erp5.util-setup:egg}
scripts =
[eggs]
recipe = zc.recipe.egg
eggs =
......@@ -43,6 +62,7 @@ mode = 0644
[versions]
slapos.recipe.template = 4.4
erp5.util =
dnspython = 1.15.0
PyXML = 0.8.5
WebOb = 1.8.5
......
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