From: Junio C Hamano Date: Wed, 5 Jan 2011 23:34:58 +0000 (-0800) Subject: DoKernelOrg: default --final only on the master machine X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8dfae28e3cadaec53712132eed004648e2bde91;p=thirdparty%2Fgit.git DoKernelOrg: default --final only on the master machine --- diff --git a/DoKernelOrg b/DoKernelOrg index cb269e0eee..7e3e9c6070 100755 --- a/DoKernelOrg +++ b/DoKernelOrg @@ -30,14 +30,6 @@ do STAGE="${STAGE%/}" done -if test -z "$final" -then - case "$STAGE" in - ?*) final=f ;; - '') final=t ;; - esac -fi - if test -z "$master" then case "$(hostname)" in @@ -49,6 +41,13 @@ fi if test t = "$master" then narch='x86_64 i386 i686' + if test -z "$final" + then + case "$STAGE" in + ?*) final=f ;; + '') final=t ;; + esac + fi else if test t != "$rpm" then