From: Michael Tremer Date: Mon, 30 Jun 2008 07:06:33 +0000 (+0200) Subject: We should clean later; after checking if this is a failed build :D X-Git-Tag: v3.0-alpha1~912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29ec0f15e35fe49bd6ebcd0e40c35c309ef3a333;p=ipfire-3.x.git We should clean later; after checking if this is a failed build :D --- diff --git a/tools/make-batch b/tools/make-batch index 3489eceba..6d0508c24 100644 --- a/tools/make-batch +++ b/tools/make-batch @@ -31,8 +31,6 @@ batch_start() { exit 1 fi - [ "$1" = "--clean" ] && $0 clean - git_pull --batch if [ -e "$FAILED" ]; then @@ -41,6 +39,8 @@ batch_start() { exit 1 fi + [ "$1" = "--clean" ] && $0 clean + screen -dmS ipfire $0 batch _run }