]> git.decadent.org.uk Git - dak.git/blobdiff - TODO
sort versions
[dak.git] / TODO
diff --git a/TODO b/TODO
index a7213f451dc3afe00858485b46618c2016737443..fd5db9393d74d76a7fca87bf60e1091068e2105f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,6 +27,11 @@ queue/approved
 Others
 ------
 
+  o split the morgue into source and binary so binaries can be purged first!
+
+  o per-architecture priorities for things like different arch'es
+    gcc's, silly BSD libftw, palo, etc.
+
   o use postgres 7.2's built-in stat features to figure out how indices are used etc.
 
   o neve shouldn't be using location, she should run down suites instead
@@ -70,7 +75,7 @@ Others
   o <neuro> the orig was in NEW, the changes that caused it to be NEW
     were pulled out in -2, and we end up with no orig in the archive
     :(
-  
+
   o SecurityAcceptedAutoBuild doesn't handle the case of foo_3.3woody1
     with a new .orig.tar.gz followed by a foo_3.3potato1 with the same
     .orig.tar.gz; jennifer sees it and copes, but the AA code doesn't
@@ -88,7 +93,7 @@ Others
   o <M>ove option for lisa byhand proecessing
 
   o rene could do with overrides
+
   o db_access.get_location_id should handle the lack of archive_id properly
 
   o the whole versioncmp thing should be documented
@@ -124,11 +129,8 @@ Others
   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).
 
-  o write our own locking module or in some other way fix things so we
-    don't require a patch to python since upstream refuse to fix it.
-  o maintainers file needs overrides  
+  o maintainers file needs overrides
+
     [ change override.maintainer to override.maintainer-from +
       override.maintainer-to and have them reference the maintainers
       table.  Then fix charisma to use them and write some scripting
@@ -225,7 +227,7 @@ Less Urgent
 
  * Harder:
 
-    o interrupting of stracing jennifer causes exceptions errors from apt_inst calls 
+    o interrupting of stracing jennifer causes exceptions errors from apt_inst calls
     o dependency checking (esp. stable) (partially done)
     o override checks sucks; it needs to track changes made by the
       maintainer and pass them onto ftpmaster instead of warning the
@@ -275,9 +277,9 @@ Less Urgent
     o catherine should udpate db; move files, not the other way around [neuro]
     o melanie should update the stable changelog [joey]
     o update tagdb.dia
-  
+
  * Bizzare/uncertain:
-   
+
     o drop rather dubious currval stuff (?)
     o rationalize os.path.join() usage
     o Rene also doesn't seem to warn about missing binary packages (??)
@@ -290,9 +292,9 @@ Less Urgent
       implement -e/--exact (a la joey's "elmo")
     o dsc files are not checked for existence/perms (only an issue if
       they're in the .dsc, but not the .changes.. possible?)
-  
- * Cleanups & misc: 
-   
+
+ * Cleanups & misc:
+
     o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
     o The untouchable flag doesn't stop new packages being added to ``untouchable'' suites