Commit 1b111d9c authored by Łukasz Nowak's avatar Łukasz Nowak

- put find-links common directivies in profiles/links.cfg file to

   extensions without side effects, as profiles/common.cfg are not
   modular enough


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38883 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ff6a4296
...@@ -3,13 +3,7 @@ ...@@ -3,13 +3,7 @@
# parts (create-directories). # parts (create-directories).
[buildout] [buildout]
find-links = extends = profiles/links.cfg
http://download.zope.org/distribution/
http://download.hforge.org/itools/0.20/
http://download.hforge.org/itools/
http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
http://ibid.omnia.za.net/eggs/
extensions = extensions =
mr.developer mr.developer
...@@ -17,6 +11,7 @@ extensions = ...@@ -17,6 +11,7 @@ extensions =
dump-picked-versions-file = dumped-versions.cfg dump-picked-versions-file = dumped-versions.cfg
overwrite-picked-versions-file = true overwrite-picked-versions-file = true
[create-directories] [create-directories]
recipe = plone.recipe.command recipe = plone.recipe.command
command = command =
......
[buildout]
find-links =
http://download.zope.org/distribution/
http://download.hforge.org/itools/0.20/
http://download.hforge.org/itools/
http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
http://ibid.omnia.za.net/eggs/
[buildout] [buildout]
extends = extends =
../profiles/links.cfg
../software-profiles/tokyocabinet.cfg ../software-profiles/tokyocabinet.cfg
../software-profiles/messagepack.cfg ../software-profiles/messagepack.cfg
......
[buildout] [buildout]
extends = ../profiles/links.cfg
parts = parts =
openoffice-bin openoffice-bin
find-links += http://www.nexedi.org/static/packages/source/
[openoffice-bin] [openoffice-bin]
#recipe = erp5.recipe.openoffice #recipe = erp5.recipe.openoffice
recipe = z3c.recipe.openoffice==0.3.1dev recipe = z3c.recipe.openoffice==0.3.1dev
......
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