Commit 694c01f3 authored by Rafael Monnerat's avatar Rafael Monnerat

Move business template repository to profiles, it still experimental and it is not used by default.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42996 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5e39523
# Experimental configuration to build business template repositories.
[buildout]
parts = bt5
[bt5]
recipe = erp5.recipe.btrepository
url =
https://svn.erp5.org/repos/public/erp5/trunk/products/ERP5/bootstrap/
https://svn.erp5.org/repos/public/erp5/trunk/bt5
# 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
part = bt5
[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
download-command-extra = "-r ${versions:erp5_bt5_revision}"
# Use svn compiled from software.
# svn-params = --trust-server-cert --non-interactive --quiet
# download-command = ${software_definition:software_home}/parts/subversion/bin/svn co ${:svn-params}
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