summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-24 20:57:33 -0400
committerBill Nottingham <notting@nostromo.devel.redhat.com>2007-05-24 20:57:33 -0400
commit2512a15fc3bc1e630110cd45110d8c33bb706631 (patch)
tree9c220852ee4d617ef387415245f71cd1ccb29734
parent9b1b7f1b70976af053c155fe7374dd47b5698da4 (diff)
downloadreleng-2512a15fc3bc1e630110cd45110d8c33bb706631.tar.gz
releng-2512a15fc3bc1e630110cd45110d8c33bb706631.tar.xz
releng-2512a15fc3bc1e630110cd45110d8c33bb706631.zip
fix it for new pungi
-rwxr-xr-xscripts/pungify5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/pungify b/scripts/pungify
index a7e519c..845500a 100755
--- a/scripts/pungify
+++ b/scripts/pungify
@@ -30,6 +30,7 @@ su mock -c "ssh $HOST /bin/bash --" << EOF
set -x
cp /tmp/resolv.conf /etc/
mkdir -p /tmp/treebuild.$TREE/{output,cache,development}
+ touch /tmp/treebuild.$TREE/manifest
cd /tmp/treebuild.$TREE
cat > pungi.conf << EOP
[default]
@@ -37,8 +38,8 @@ product_name = Fedora
product_path = Fedora
iso_basename = F
bugurl = http://bugzilla.redhat.com
-comps = /etc/pungi/comps-fc7.xml
-manifest = /etc/pungi/minimal-manifest
+comps = /etc/pungi/comps-f7.xml
+manifest = /tmp/treebuild.$TREE/manifest
yumconf = /etc/yum.conf
destdir = /tmp/treebuild.$TREE/output
cachedir = /tmp/treebuild.$TREE/cache