mirror of
https://github.com/git/git.git
synced 2026-03-11 09:29:49 +01:00
DoKernelOrg: default --final only on the master machine
This commit is contained in:
15
DoKernelOrg
15
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
|
||||
|
||||
Reference in New Issue
Block a user