summaryrefslogtreecommitdiffstats
path: root/bin/update-db
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2007-02-18 16:50:24 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2007-02-18 16:50:24 +0000
commitdde5a94deb406e917ff20ab24ab0695d2faf3a23 (patch)
treef8618c4af4980c8433509bdbb614f76994d1b961 /bin/update-db
parent9c1267b5b9e4bdf0cf789522df801baec283aec2 (diff)
Treat packages marked as <removed> as source packages.
This allows us to track firefox issues again. * lib/python/bugs.py (FileBase): Keep track of removed packages. * lib/python/security_db.py (DB.readBugs): Populate removed_packages table using <removed> entries. (DB.readRemovedPackages): Remove method. * bin/update-db: Do not call readRemovedPackages anymore. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@5470 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/update-db')
-rwxr-xr-xbin/update-db4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/update-db b/bin/update-db
index 4bf2f312c5..586e983bc8 100755
--- a/bin/update-db
+++ b/bin/update-db
@@ -64,10 +64,6 @@ if new_file:
db.commit(cursor)
cursor = db.writeTxn()
-# Removed packages
-
-db.readRemovedPackages(cursor, 'data/packages/removed-packages')
-
# Calculate vulnerability information.
warnings = db.calculateVulnerabilities(cursor)

© 2014-2024 Faster IT GmbH | imprint | privacy policy