summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-08-25 12:07:23 -0400
committerJesse Keating <jkeating@redhat.com>2008-08-25 12:07:23 -0400
commitea957e400dc59639e01f78394c0c08cd765f7c50 (patch)
tree9563de6145fba74dc4163a00f0b497b0618ddf30
parent2fdc6a8c2b9782b444c10d468cb56590ff2746e6 (diff)
downloadreleng-ea957e400dc59639e01f78394c0c08cd765f7c50.tar.gz
releng-ea957e400dc59639e01f78394c0c08cd765f7c50.tar.xz
releng-ea957e400dc59639e01f78394c0c08cd765f7c50.zip
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.
-rw-r--r--scripts/pungify18
1 files changed, 0 insertions, 18 deletions
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