summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2005-09-14 20:48:54 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2005-09-14 20:48:54 +0000
commit39d151f1d968900ae6652bbac363ac08483e3b3b (patch)
tree240482a513b752f13097f9275bfee31cf5966694 /Makefile
parent48414a29ee2978d2d15848d2af5a76d53840eeda (diff)
This change groups binary packages for different architectures, as long
as they have the same version. Synthesis of testing/stable/oldstable has been disabled (and will be replaced with new code). lib/python/security_db.py (mergeLists): New helper functions to deal with architecture lists. (DB.initSchema): Add parsed column to inodeprints table. Update source_packages and binary_packages table. Split package_status into source_package_status and binary_package_status. (DB.updateSources, DB.updatePackages): Remove and replace with ... (DB.readPackages): ... new method. (DB.availableReleases, DB._updateVersions): Adjust to new schema. (DB.calculateVulnerabilities): Disable synthesis of testing etc. Adjust to new schema. Fix bug in large INSERT INTO statements: Need t.release = p.release instead of t.release = n.release. Add return to disable bug-specific rating code. (test): Update. lib/python/bugs.py (PackageNote.releaseStatus): Rename ... (PackageNote.sourceStatus): ... and make it specific to source packages. (BugFromDB.getDebianBugs): New method to get a list of Debian bug numbers. bin/update-packages (import): Automatically reads the correct directory. Makefile (stamps/packages-imported): Update accordingly. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1983 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c15d6e947d..d5a787f043 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,7 @@ stamps/bug-lists-imported: bin/update-bug-list-db \
# update-packages" has been invoked before.
stamps/packages-imported: $(PACKAGE_FILES)
if test -e stamps/packages-downloaded ; then \
- $(PYTHON) bin/update-packages import \
- $(RELEASES) $(SECURITY_RELEASES) ; \
+ $(PYTHON) bin/update-packages import ; \
fi
touch $@

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