summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-24 18:29:19 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-24 18:29:19 +0000
commitabb8921fe4e52e050a29bf971fe1d51e2d5a6959 (patch)
tree5f4b395bae5550a6abf667b162a470bbf5c7ffb8 /scripts
parentfee16d400b930e149757bbf3f5c5b7bf040287ab (diff)
downloadanaconda-abb8921fe4e52e050a29bf971fe1d51e2d5a6959.tar.gz
anaconda-abb8921fe4e52e050a29bf971fe1d51e2d5a6959.tar.xz
anaconda-abb8921fe4e52e050a29bf971fe1d51e2d5a6959.zip
to chainsaw for now -- ordering seems to fail for the not chainsaw case
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index 1ffa98dfd..5dab48fd8 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -172,7 +172,7 @@ os.system ("mkdir -p " + testpath + "/var/lib/rpm")
ts = rpm.TransactionSet(testpath)
ts.setVSFlags(rpm.RPMVSF_NORSA|rpm.RPMVSF_NODSA)
-ts.setFlags(rpm.RPMTRANS_FLAG_NOMD5|~rpm.RPMTRANS_FLAG_CHAINSAW)
+ts.setFlags(rpm.RPMTRANS_FLAG_NOMD5|rpm.RPMTRANS_FLAG_CHAINSAW)
for h in pkgOrder:
#print "in:", h[1000000]
ts.addInstall(h, h, 'i')