Commit d1bd018c authored by Boxiang Sun's avatar Boxiang Sun Committed by Romain Courteaud

Enable erp5-bin as external repository

This repository for holding the BT which not suitable to put
in erp5 main repository
parent 02b6c220
...@@ -343,6 +343,11 @@ link-binary = ...@@ -343,6 +343,11 @@ link-binary =
[template-haproxy-cfg] [template-haproxy-cfg]
<= download-base <= download-base
[erp5-bin]
<= erp5
repository = https://lab.nexedi.com/nexedi/erp5-bin.git
branch = master
[bt5-repository] [bt5-repository]
# Format: # Format:
# <url or path> [...] # <url or path> [...]
...@@ -354,7 +359,7 @@ list = ${local-bt5-repository:list} ...@@ -354,7 +359,7 @@ list = ${local-bt5-repository:list}
[local-bt5-repository] [local-bt5-repository]
# Same as bt5-repository, but only local repository. # Same as bt5-repository, but only local repository.
# Used to generate bt5lists. # Used to generate bt5lists.
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${erp5-bin:location}/bt5
[genbt5list] [genbt5list]
recipe = plone.recipe.command recipe = plone.recipe.command
...@@ -365,7 +370,7 @@ command = ...@@ -365,7 +370,7 @@ command =
update-command = ${:command} update-command = ${:command}
[erp5_repository_list] [erp5_repository_list]
repository_id_list = erp5 repository_id_list = erp5 erp5-bin
# ERP5 defaults, which can be overridden in inheriting recipes (e.g. wendelin) # ERP5 defaults, which can be overridden in inheriting recipes (e.g. wendelin)
[erp5-defaults] [erp5-defaults]
......
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