summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating at redhat dot com>2007-07-28 11:31:05 -0400
committerJesse Keating <jkeating at redhat dot com>2007-07-28 11:31:05 -0400
commit907ce7e434ffddb6e8a4ca9ad8f91faaa86e3ce5 (patch)
tree1501861727e2bfa8931333042d430463741a7edf
parent0baf88dda282fd62af4dc38324f3cdee92e6cb66 (diff)
downloadreleng-907ce7e434ffddb6e8a4ca9ad8f91faaa86e3ce5.tar.gz
releng-907ce7e434ffddb6e8a4ca9ad8f91faaa86e3ce5.tar.xz
releng-907ce7e434ffddb6e8a4ca9ad8f91faaa86e3ce5.zip
Make rawhide installable again. *sigh*
-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