]> git.decadent.org.uk Git - dak.git/blobdiff - TODO
added automatic updating of README.non-US for pandora, and mailing-lists.txton auric.
[dak.git] / TODO
diff --git a/TODO b/TODO
index 7081d22b80f183cced96b64ffd8300271ecc0693..d7c0811d4702a0e423521d8ced443a9eb71e7e16 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,6 +3,10 @@ To fix
 
 Urgent
 ------
+  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
@@ -12,14 +16,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)