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
commit3dca5be21f229998a75899d28f705f1611735acd (patch)
tree2632af519b92e99f7e31e6b1f65c18b91bce4d6d /bin/update-db
parent90714446f6f143406e90ab31101faa0688f47042 (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