DoKernelOrg: default --final only on the master machine

todo
Junio C Hamano 2011-01-05 15:34:58 -08:00
parent bcbd9dd66d
commit b8dfae28e3
1 changed files with 7 additions and 8 deletions

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