]> git.decadent.org.uk Git - dak.git/commitdiff
sync
authorJames Troup <james@nocrew.org>
Mon, 22 Apr 2002 11:06:44 +0000 (11:06 +0000)
committerJames Troup <james@nocrew.org>
Mon, 22 Apr 2002 11:06:44 +0000 (11:06 +0000)
TODO
init_pool.sql

diff --git a/TODO b/TODO
index 7a0382a2e8128bd23591fc96d98360e8da59ca4c..cff5c83da75dc223daedd0179d6d6e877f4aa2a1 100644 (file)
--- 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)
 
index 0423c068927b3137b8cebf96ffa9750d02b0190f..2eb3d2ec7cebd6313976c25144c30d89ebffffaf 100644 (file)
@@ -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);