summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-08-25 17:07:19 -0400
committerJesse Keating <jkeating@redhat.com>2008-08-25 17:07:19 -0400
commit0147c543c8bce14879e64b56789d93a5592fdbf3 (patch)
treed778409694405f056e8addd07790b3649064ff96
parentc12d261e41214e948d1ba96c95be597f6f70de09 (diff)
downloadreleng-0147c543c8bce14879e64b56789d93a5592fdbf3.tar.gz
releng-0147c543c8bce14879e64b56789d93a5592fdbf3.tar.xz
releng-0147c543c8bce14879e64b56789d93a5592fdbf3.zip
Don't call mock@ in pungify arguments, pungify will do that for us.
-rwxr-xr-xscripts/buildrawhide2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index dc9777b..1862446 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -46,7 +46,7 @@ touch /mnt/koji/mash/rawhide-$DATE/logs/depcheck
for arch in i386 x86_64 ppc ; do
HOST=$(koji list-hosts --quiet --enabled --ready --arch=$arch | sed 's|/| |g' | sort -gn -k4 -k5r | awk -F '.' '{ print $1 ; exit }')
- ./scripts/pungify $DATE $arch mock@$HOST > /mnt/koji/mash/rawhide-$DATE/logs/pungify-$arch.log 2>&1 &
+ ./scripts/pungify $DATE $arch $HOST > /mnt/koji/mash/rawhide-$DATE/logs/pungify-$arch.log 2>&1 &
done
wait