From d14255d0878bb2b84f576a79bc3482943a5872d6 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 25 Aug 2008 11:59:02 -0400 Subject: Call pungify from the cwd, since we'll be in a fresh git checkout --- scripts/buildrawhide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildrawhide b/scripts/buildrawhide index 2f65c02..dc9777b 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 }') - /home/fedora/notting/pungify $DATE $arch mock@$HOST > /mnt/koji/mash/rawhide-$DATE/logs/pungify-$arch.log 2>&1 & + ./scripts/pungify $DATE $arch mock@$HOST > /mnt/koji/mash/rawhide-$DATE/logs/pungify-$arch.log 2>&1 & done wait -- cgit