From aa3560f8d39fb374018970ca824c1ce513f3689f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Wed, 8 Jun 2011 17:06:07 +0200 Subject: [PATCH] Changing branch to master before merge --- software/kumofs/software.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/kumofs/software.cfg b/software/kumofs/software.cfg index 0ed02100..7b2e243f 100644 --- a/software/kumofs/software.cfg +++ b/software/kumofs/software.cfg @@ -70,11 +70,11 @@ mode = 0644 [slaposcookbook] recipe = plone.recipe.command -git_param =--quiet -b kumofs +git_branch = master git = ${git:location}/bin/git location = ${buildout:parts-directory}/${:_buildout_section_name_} stop-on-error = true -command = ${:git} clone ${:git_param} http://git.erp5.org/repos/slapos.git ${:location} || exit 1; +command = ${:git} clone --quiet -b ${:git_branch} http://git.erp5.org/repos/slapos.git ${:location} || exit 1; update-command = cd ${:location} && ${git:location}/bin/git pull --quiet [checkrecipe] -- 2.30.9