From: thierry Date: Tue, 3 Jun 2008 03:53:14 +0000 (+0000) Subject: oops X-Git-Tag: foo~321 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=311395413faf2d9e18c1c13f92b6c93fce6be105;p=infrastructure.git oops --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index 16a1b1d..4fd4691 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -65,7 +65,7 @@ if [ -z "$BITS" ] ; then BITS=$DEFAULT_BITS ; else manual=true ; fi if [ -z "$TRUNK_DISTROS" ] ; then TRUNK_DISTROS=$DEFAULT_TRUNK_DISTROS ; else manual=true ; fi if [ -z "$VS_DISTROS" ] ; then VS_DISTROS=$DEFAULT_VS_DISTROS ; else manual=true ; fi if [ -z "$BASE" ] ; then BASE=$DEFAULT_BASE ; else manual=true ; fi -[ -n "$RETRY" ] && { extra_option="$extra_option -o" ; manual=true ; } +[ -n "$RETRY" ] && { extra_option="$extra_option -O" ; manual=true ; } [ -n "$TEST" ] && { extra_option="$extra_option -T" ; manual=true ; } [ -n "$DRY_RUN" ] && { manual=true ; }