DoKernelOrg: default --final only on the master machine

This commit is contained in:
Junio C Hamano
2011-01-05 15:34:58 -08:00
parent bcbd9dd66d
commit b8dfae28e3

View File

@@ -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