From: James Troup Date: Mon, 22 Apr 2002 11:06:44 +0000 (+0000) Subject: sync X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4549cd976b0aaff06089a751527e0dbcbaaa0398;p=dak sync --- diff --git a/TODO b/TODO index 7a0382a2..cff5c83d 100644 --- a/TODO +++ b/TODO @@ -54,9 +54,7 @@ More Urgent who their source is; source-must-exist does, but the info is not propogated down. - o DONE - - o clean fingerprint + o DONE clean up o Fix BTS vs. katie sync issues by queueing(via BSMTP) BTS mail so that it can be released on deman (e.g. ETRN to exim). @@ -83,7 +81,7 @@ More Urgent o hooks for debian specific checks (e.g. check_urgency) - o Logging [mostly done] + o Logging [mostly done] (todo: rhona (hard), .. ?) o Abstraction of suite hardcoding (q.v. progengy) diff --git a/init_pool.sql b/init_pool.sql index 0423c068..2eb3d2ec 100644 --- a/init_pool.sql +++ b/init_pool.sql @@ -150,4 +150,6 @@ CREATE INDEX bin_associations_bin ON bin_associations (bin); CREATE INDEX src_associations_source ON src_associations (source); CREATE INDEX source_maintainer ON source (maintainer); CREATE INDEX binaries_maintainer ON binaries (maintainer); +CREATE INDEX binaries_fingerprint on binaries (sig_fpr); +CREATE INDEX source_fingerprint on source (sig_fpr); CREATE INDEX dsc_files_file ON dsc_files (file);