Commit eb881d54 authored by Romain Courteaud's avatar Romain Courteaud

Fetch sanef project git repository.

This will allow to run test as other project.
parent d10fde05
...@@ -8,6 +8,7 @@ extends = ...@@ -8,6 +8,7 @@ extends =
../../component/gzip/buildout.cfg ../../component/gzip/buildout.cfg
../../component/maatkit/buildout.cfg ../../component/maatkit/buildout.cfg
../erp5/software.cfg ../erp5/software.cfg
../../stack/erp5.cfg
parts += parts +=
mysql-tritonn-5.0 mysql-tritonn-5.0
...@@ -71,6 +72,10 @@ update-command = ${:command} ...@@ -71,6 +72,10 @@ update-command = ${:command}
command = command =
${:svn} checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/utils/z2loganalyser/ ${:location} || exit 1 ${:svn} checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/utils/z2loganalyser/ ${:location} || exit 1
[sanef.repository]
<= erp5
repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/sanef.git
[bef-svn-template] [bef-svn-template]
# Recipe infrae.subversion is using svn command under the hood, but there is # Recipe infrae.subversion is using svn command under the hood, but there is
# no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour # no way to pass --trust-server-cert --non-interactive, so in 2.12 falvour
......
...@@ -179,7 +179,7 @@ update-command = ...@@ -179,7 +179,7 @@ update-command =
fi fi
[erp5_repository_list] [erp5_repository_list]
repository_id_list = erp5 repository_id_list = sanef.repository erp5
[erp5] [erp5]
# Recipe zerokspot.recipe.git is disabled, as is not possible to change its # Recipe zerokspot.recipe.git is disabled, as is not possible to change its
......
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