bt5.cfg 740 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
# Independent profile (disconnect from others) which can be used to 
# create private business template repositories. This profile is 
# experimental and we highly recommend use default repositories.
[buildout]
extends = 
  versions-common.cfg
  software-definition.cfg
  common.cfg

Rafael Monnerat's avatar
Rafael Monnerat committed
10
parts = bt5
11 12 13 14 15 16 17 18

[bt5]
recipe = erp5.recipe.btrepository
preserve-download = 0
url =
  https://svn.erp5.org/repos/public/erp5/trunk/products/ERP5/bootstrap/
  https://svn.erp5.org/repos/public/erp5/trunk/bt5

Rafael Monnerat's avatar
Rafael Monnerat committed
19
download-command-extra = -r ${versions:erp5_bt5_revision}
20

21
# Use svn compiled from software.
22 23
svn-params = --trust-server-cert --non-interactive --quiet
download-command = ${software_definition:software_home}/parts/subversion/bin/svn co ${:svn-params}