From 4144a4c8ef636a8bb83f313680b300c39fe4e040 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 27 Aug 2008 20:42:10 -0700 Subject: No need to remove the rpmdb, we clean the chroot out anyway. --- scripts/pungify | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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 -- cgit