Commit 5c4c7595 authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "Fetch production_201109 from other repositories."

This reverts commit da8b21dd.

Proper way of handling branch based production environment have to be found.
parent da8b21dd
......@@ -72,7 +72,7 @@ command =
[sanef.repository]
<= erp5
branch = production_201109
tag = 20110722-CR1108
repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/sanef.git
[bt5-repository]
......@@ -117,8 +117,8 @@ recipe = plone.recipe.command
stop-on-error = true
location = ${buildout:parts-directory}/${:_buildout_section_name_}
repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/sanef.git
branch = production_201109
tag = 20110823-CR1108-zeosizefix-cookbook
# Note: GIT_SSL_NO_VERIFY is used as SlapOS OpenSSL configuration does not
# contain master certificates to verify.
command = (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git checkout -b ${:tag}) || (rm -fr ${:location} && exit 1)
command = (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git checkout -b ${:tag} ${:tag}) || (rm -fr ${:location} && exit 1)
update-command =
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