]> git.decadent.org.uk Git - dak.git/blobdiff - TODO
sync
[dak.git] / TODO
diff --git a/TODO b/TODO
index 7081d22b80f183cced96b64ffd8300271ecc0693..0c2d6b638ab3c9f09f8caf63f1b9a819bb9b2679 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,12 @@ To fix
 Urgent
 ------
 
+  o katie should distingusih between can not read does not exist and perm denied.
+  o heidi should use transactions
+
+  o heidi should read from stdin, then process
+
   o katie needs a stable_reject() which a) removes the package from
     p-u, b) doesn't remove the file from the pool, and c) (optionally, I
     guess) uses a template mail.
@@ -12,14 +18,21 @@ Urgent
     files from p-u when removing stuff superseded by newer versions.
 
   o experimental needs to auto clean (relative to unstable)
+  ['
+   SELECT s.source, s.version AS experimental, s2.version AS unstable 
+     FROM src_associations sa, source s, source s2, src_associations sa2 
+     WHERE sa.suite = 1 AND sa2.suite = 5 AND sa.source = s.id 
+       AND sa2.source = s2.id AND s.source = s2.source 
+       AND versioncmp(s.version, s2.version) < 0;
+  ']
+  [ but, needs to hook into melanie ... ]
+  [ and, err, fix the gay hardcoding of suites in rene ... ]
 
   o jenna doesn't handle arch: any -> arch: all transitions 
     [aj worked around; need to revisit]
 
   o direport misreports things as section 'devel'
 
-  o Fix rhona to obey StayOfExecution
-
   o rewrite shania to a) be sane, b) clean REJECT properly
     (i.e. ignore the fact that stuff is in a valid .changes file and
     just clean the mofo)
@@ -41,9 +54,25 @@ Urgent
 
   o jt's web stuff, matt's changelog stuff (overlap)
 
+  o fernanda: print_copyright should be a lot more intelligent
+     @ handle copyright.gz
+     @ handle copyright.ja and copyright
+     @ handle (detect at least) symlinks to another package's doc directory
+     @ handle and/or fall back on source files?
+     @ check only NEW packages out of a source package with some NEW, some old
+     @ check latest version if given multiples!
+
+  o To incorporate from utils:
+     @ unreject
+     @ genreport
+     @ reject
+     @ newchanges
+
 Less Urgent
 -----------
 
+ o main/utils -> main/utils, main rather than utils, main
+
  o doogie's binary -> source index
 
  o ANIAS should be done in katie ?