summaryrefslogtreecommitdiffstats
path: root/scripts/buildrawhide
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/buildrawhide')
-rwxr-xr-xscripts/buildrawhide6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/buildrawhide b/scripts/buildrawhide
index 11a2e1c..793b61c 100755
--- a/scripts/buildrawhide
+++ b/scripts/buildrawhide
@@ -39,4 +39,10 @@ exit $rc
EOF
rc=$?
umount /mashroot/mnt/koji
+# hack
+# i386
+/home/fedora/notting/pungify $DATE i386 mock@hammer2 2>&1 | tee /mnt/koji/mash/rawhide-$DATE/logs/pungify-i386.log &
+/home/fedora/notting/pungify $DATE x86_64 mock@xenbuilder3 2>&1 | tee /mnt/koji/mash/rawhide-$DATE/logs/pungify-x86_64.log &
+/home/fedora/notting/pungify $DATE ppc mock@ppc2 2>&1 | tee /mnt/koji/mash/rawhide-$DATE/logs/pungify-ppc.log &
+wait
exit $rc