Commit c3f13ff6 authored by Jérome Perrin's avatar Jérome Perrin

XXX use development version of slapos.cookbook for all profiles (NOT FOR MERGE)

parent 1ddc7dc5
Pipeline #7868 failed with stage
in 0 seconds
...@@ -83,14 +83,16 @@ repository = https://lab.nexedi.com/nexedi/slapos.git ...@@ -83,14 +83,16 @@ repository = https://lab.nexedi.com/nexedi/slapos.git
branch = master branch = master
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
[slapos-cookbook-develop] [slapos.cookbook-develop]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
egg = slapos.cookbook
setup = ${slapos.cookbook-repository:location} setup = ${slapos.cookbook-repository:location}
# Install slapos.cookbook containing all officials recipes # Install slapos.cookbook containing all officials recipes
[slapos-cookbook] [slapos-cookbook]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${slapos.cookbook-develop:egg}
${lxml-python:egg} ${lxml-python:egg}
${python-cffi:egg} ${python-cffi:egg}
${python-PyYAML:egg} ${python-PyYAML:egg}
...@@ -98,7 +100,6 @@ eggs = ...@@ -98,7 +100,6 @@ eggs =
${python-cliff:egg} ${python-cliff:egg}
${python-cryptography:egg} ${python-cryptography:egg}
pyOpenSSL pyOpenSSL
slapos.cookbook
slapos.libnetworkcache slapos.libnetworkcache
[versions] [versions]
......
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