]> git.donarmstrong.com Git - dak.git/blobdiff - TODO
parse_changes and build_file_list 2nd argument sanity changes
[dak.git] / TODO
diff --git a/TODO b/TODO
index 080a4ce4c86dadb2e80fae665954048e9ed42d47..700397ec743e7653a8adb647bb4c6d1726bfaa97 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,10 +6,18 @@
 Actually Urgent
 ---------------
 
-  o UrgencyLog stuff should minimize it's bombing out
+  o UrgencyLog stuff should minimize it's bombing out(?)
+  o Log stuff should open the log file g+w lamer
 
 More Urgent
 -----------
+  o db_access.get_location_id should handle the lack of archive_id properly
+
+  o the whole versioncmp thing should be documented
+
+  o security.debian.org: BYHAND auto-uploading doesn't work
+  o security.debian.org: BYHAND auto-uploading assumes ftp-master
 
   o lisa doesn't do the right thing with -2 and -1 uploads, as you can
     end up with the .orig.tar.gz not in the pool
@@ -18,22 +26,10 @@ More Urgent
 
   o lisa doesn't trap signals from fernanda properly
 
-  o cross-suite version checking
-
-     Priority based; stable == 1, proposed-update == 2, etc.
-
-      i.e. A package targeted for a suite, must have a higher (or
-      equal) version number than anything in a suite with a lower
-      priority and also must have a lower (or equal) version number
-      than anything in a suite with a higher priorty.  The checks are
-      always "or equal to" because two seperate uploads with the same
-      version will fail thanks to the file overwrite errors (at least
-      ignoring potato) and multi-suite uploads (e.g. "stable
-      unstable") need to work.
+  o jenna sucks; should be rewritten to use python arrays rather than
+    multiple selects, similar to heidi/natalie rewrites.
 
-  o jenna sucks
-
-  o queued and/or perl on sparc stable sucks
+  o queued and/or perl on sparc stable sucks - reimplement it.
 
   o aj's bin nmu changes
 
@@ -88,8 +84,6 @@ Less Urgent
 
   o Logging [mostly done] (todo: rhona (hard), .. ?)
 
-  o Abstraction of suite hardcoding (q.v. progengy)
-
   o jennifer is leaking file descriptors..
 
   o the tar extractor class doesn't need to be redone for each package
@@ -172,11 +166,11 @@ Less Urgent
 
  * Easy:
 
+    o don't stat/md5sum files you have entries for in the DB, moron
+      boy (Katie.check_source_blah_blah)
     o promote changes["changes"] to mandatory in katie.py(dump_vars)
       after a month or so (or all .katie files contain in the queue
       contain it).
-    o Rationalize config stuff.. Dir::Foo not Dir::FooDir [breaks other people??] 
-      Also Dir::Queue::Foo, not Dir::QueueFooDir
     o melanie should behave better with -a and without -b; see
       gcc-defaults removal for an example.
     o Reject on misconfigured kernel-package uploads
@@ -211,12 +205,6 @@ Less Urgent
     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
 
- * Stable:
-
-<neuro> well, there's one other thing that doesn't work so well
-<neuro> you probably should have stable_install ignore Closes:
-<neuro> or it might be unique to the case of stable unstable uploads
-
 ================================================================================
 
 Packaging