summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/pungify5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/pungify b/scripts/pungify
index 845500a..52215a2 100755
--- a/scripts/pungify
+++ b/scripts/pungify
@@ -38,7 +38,7 @@ product_name = Fedora
product_path = Fedora
iso_basename = F
bugurl = http://bugzilla.redhat.com
-comps = /etc/pungi/comps-f7.xml
+comps = /etc/pungi/comps-f8.xml
manifest = /tmp/treebuild.$TREE/manifest
yumconf = /etc/yum.conf
destdir = /tmp/treebuild.$TREE/output
@@ -66,8 +66,9 @@ EOY
mount -t nfs -o ro,nolock ntap-fedora1.fedora.phx.redhat.com:/vol/fedora/build/koji/mash/rawhide-$TREE/development development
rm -f /var/lib/rpm/__db*
yum -y upgrade
- mkdir -p output/development/$ARCH/os/repodata
+ mkdir -p output/development/$ARCH/os/
ln -s /tmp/treebuild.$TREE/development/$ARCH/os/Fedora output/development/$ARCH/os/Fedora
+ ln -s /tmp/treebuild.$TREE/development/$ARCH/os/repodata output/development/$ARCH/os/repodata
for minor in 0 1 2 3 4 5 6 7 ; do
mknod /dev/loop\\\$minor b 7 \\\$minor
done