summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2008-08-27 20:42:10 -0700
committerJesse Keating <jkeating@redhat.com>2008-08-27 20:42:10 -0700
commit4144a4c8ef636a8bb83f313680b300c39fe4e040 (patch)
treee34f6d72998eda29aa1d8cd5333dc159dfcbc9aa
parent33c94f981a35e12d38b93798b988c061b1e55986 (diff)
downloadreleng-4144a4c8ef636a8bb83f313680b300c39fe4e040.tar.gz
releng-4144a4c8ef636a8bb83f313680b300c39fe4e040.tar.xz
releng-4144a4c8ef636a8bb83f313680b300c39fe4e040.zip
No need to remove the rpmdb, we clean the chroot out anyway.
-rwxr-xr-xscripts/pungify1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/pungify b/scripts/pungify
index 1f45d13..0d4041a 100755
--- a/scripts/pungify
+++ b/scripts/pungify
@@ -37,7 +37,6 @@ ln -s /tmp/treebuild.$TREE/development/$ARCH/os/Packages output/development/$ARC
ln -s /tmp/treebuild.$TREE/development/$ARCH/os/repodata output/development/$ARCH/os/repodata
pungi -c ./rawhide.ks -B --destdir /tmp/treebuild.$TREE/output --cachedir /tmp/treebuild.$TREE/cache --ver development
umount development
-rm -f /var/lib/rpm/__db*
rm -rf output/development/$ARCH/os/{Packages,repodata}
EEE
EOF