Commit 661e1e1b authored by Jérome Perrin's avatar Jérome Perrin Committed by Rafael Monnerat

stack/slapos: disallow allow-picked-versions

from http://www.buildout.org/en/latest/reference.html :

> allow-picked-versions, default: ‘true’
> Indicate whether it should be possible to install requirements whose
> versions aren’t pinned

Setting this to false to make buildout refusing building SR where some
eggs would not be pinned.
parent 36efae1e
......@@ -15,6 +15,10 @@ extensions +=
show-picked-versions = true
# To increase the chances of being able to rebuild profiles in the future,
# by default, do not `allow-picked-versions` to fail if eggs are not pinned.
allow-picked-versions = false
# Use shacache and lxml
extends =
../component/git/buildout.cfg
......
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