From 8052466fe416af2a77ca2269dd7685b3bf0376a6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jun 13 2015 16:18:47 +0000 Subject: new mount does not have /vol in the path Signed-off-by: Dennis Gilmore --- diff --git a/scripts/pungify b/scripts/pungify index 8587adc..f59f32e 100755 --- a/scripts/pungify +++ b/scripts/pungify @@ -37,7 +37,7 @@ mkdir -p /tmp/treebuild.$TREE/{output,cache,$BRANCH} cd /tmp/treebuild.$TREE touch rawhide.ks echo "repo --name=fedora --baseurl=file:///tmp/treebuild.$TREE/output/$BRANCH/$ARCH/os/ --exclude=fedora-productimg-cloud,fedora-productimg-server,fedora-productimg-workstation" > rawhide.ks -mount -t nfs -o nfsvers=3,ro,nolock vtap-fedora-nfs01.storage.phx2.redhat.com:/vol/fedora_koji/koji/mash/$DIST-$TREE/$BRANCH $BRANCH +mount -t nfs -o nfsvers=3,ro,nolock vtap-fedora-nfs01.storage.phx2.redhat.com:/fedora_koji/koji/mash/$DIST-$TREE/$BRANCH $BRANCH rm -f /var/lib/rpm/__db* mkdir -p output/$BRANCH/$ARCH/os/ ln -s /tmp/treebuild.$TREE/$BRANCH/$ARCH/os/Packages output/$BRANCH/$ARCH/os/Packages