Skip to content

Commit b8dfae2

Browse files
committed
DoKernelOrg: default --final only on the master machine
1 parent bcbd9dd commit b8dfae2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

DoKernelOrg

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ do
3030
STAGE="${STAGE%/}"
3131
done
3232

33-
if test -z "$final"
34-
then
35-
case "$STAGE" in
36-
?*) final=f ;;
37-
'') final=t ;;
38-
esac
39-
fi
40-
4133
if test -z "$master"
4234
then
4335
case "$(hostname)" in
@@ -49,6 +41,13 @@ fi
4941
if test t = "$master"
5042
then
5143
narch='x86_64 i386 i686'
44+
if test -z "$final"
45+
then
46+
case "$STAGE" in
47+
?*) final=f ;;
48+
'') final=t ;;
49+
esac
50+
fi
5251
else
5352
if test t != "$rpm"
5453
then

0 commit comments

Comments
 (0)