Commit 5603797d authored by Łukasz Nowak's avatar Łukasz Nowak

- revision of ERP5 products and Business Templates is not a part of...

 - revision of ERP5 products and Business Templates is not a part of configuration - it is a part of versions


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32703 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7b4f7185
......@@ -58,10 +58,6 @@ parts =
openoffice-bin
oood
[configuration]
erp5_products_revision =
erp5_bt5_revision = ${:erp5_products_revision}
[show-requirements]
recipe = plone.recipe.command
command =
......
......@@ -8,3 +8,6 @@ itools = 0.20.8
numpy = 1.3.0
plone.recipe.zope2instance = 3.6
pysvn = 1.7.2
erp5_products_revision =
erp5_bt5_revision = ${:erp5_products_revision}
......@@ -13,7 +13,7 @@ parts =
recipe = infrae.subversion
base = https://svn.erp5.org/repos/public/erp5/trunk/bt5
ignore_verification = true
revision = ${configuration:erp5_bt5_revision}
revision = ${versions:erp5_bt5_revision}
public_bootstrap = ${products-erp5:base}/ERP5/bootstrap
urls =
${:public_bootstrap}/erp5_core/${:revision} erp5_core
......@@ -58,12 +58,12 @@ version-suffix-packages =
recipe = infrae.subversion
ignore_verification = true
urls =
${products-erp5:base}/ERP5Subversion/${configuration:erp5_products_revision} ERP5Subversion
${products-erp5:base}/ERP5Subversion/${versions:erp5_products_revision} ERP5Subversion
[products-erp5]
recipe = infrae.subversion
ignore_verification = true
revision = ${configuration:erp5_products_revision}
revision = ${versions:erp5_products_revision}
base = https://svn.erp5.org/repos/public/erp5/trunk/products
urls =
${:base}/CMFActivity/${:revision} CMFActivity
......
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