]> git.decadent.org.uk Git - dak.git/commitdiff
sync
authorJames Troup <james@nocrew.org>
Thu, 31 May 2001 02:16:12 +0000 (02:16 +0000)
committerJames Troup <james@nocrew.org>
Thu, 31 May 2001 02:16:12 +0000 (02:16 +0000)
TODO
katie.conf

diff --git a/TODO b/TODO
index 301235de92c5d40bb91c56c0201a32445ad3a64f..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
@@ -27,8 +31,6 @@ Urgent
 
   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)
index b34e95d15ac742e272a00ebb18393f36fd22c023..ab9bcd0c9de4639912d3bed5e4b0efe44fd8ed50 100644 (file)
@@ -183,7 +183,7 @@ Rhona
    };
 
   // How long (in seconds) dead packages are left before being killed
-  StayOfExecution 172800; // 2 days
+  StayOfExecution 129600; // 1.5 days
   MorgueSubDir "rhona";
   OverrideFilename "override.source-only";
 };