From ea957e400dc59639e01f78394c0c08cd765f7c50 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 25 Aug 2008 12:07:23 -0400 Subject: Don't bother updating after creating the chroot, since we create it from the static-repos. This means we'll be as up to date as necessary. --- scripts/pungify | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'scripts') diff --git a/scripts/pungify b/scripts/pungify index 5ef1000..05ea515 100644 --- a/scripts/pungify +++ b/scripts/pungify @@ -30,26 +30,8 @@ set -x mkdir -p /tmp/treebuild.$TREE/{output,cache,development} cd /tmp/treebuild.$TREE touch rawhide.ks -cat > /etc/yum.conf << EOY -[main] -pkgpolicy=newest -distroverpkg=redhat-release -tolerant=1 -exactarch=1 -obsoletes=1 -gpgcheck=0 -reposdir=/var/empty -metadata_expire=1800 - -[development] -name=Fedora - Development -baseurl=file:///tmp/treebuild.$TREE/development/$ARCH/os/ -enabled=1 -gpgcheck=0 -EOY mount -t nfs -o ro,nolock xen2.fedora.phx.redhat.com:/mnt/koji/mash/rawhide-$TREE/development development rm -f /var/lib/rpm/__db* -yum -y upgrade mkdir -p output/development/$ARCH/os/ ln -s /tmp/treebuild.$TREE/development/$ARCH/os/Packages output/development/$ARCH/os/Packages ln -s /tmp/treebuild.$TREE/development/$ARCH/os/repodata output/development/$ARCH/os/repodata -- cgit