[releng] update the storage host that we mount from for pungify

Dennis Gilmore ausil at fedoraproject.org
Fri Jun 12 14:00:03 UTC 2015


commit 8d08ef7e051db329488184e6f8b5887f3cab9547
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Jun 12 08:58:09 2015 -0500

    update the storage host that we mount from for pungify
    
    Signed-off-by: Dennis Gilmore <dennis at ausil.us>

 scripts/pungify |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/pungify b/scripts/pungify
index 8587adc..e491f01 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 ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/vol/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


More information about the rel-eng mailing list