[releng] fix up the hostname for mounting in pungify

Dennis Gilmore ausil at fedoraproject.org
Sat Jun 13 17:32:13 UTC 2015


commit 03e665f1cd9262f77633774ffde6fa64a878fded
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Jun 13 12:31:46 2015 -0500

    fix up the hostname for mounting in 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 f59f32e..f6b311a 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:/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:/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