From: James Troup <james@nocrew.org>
Date: Sun, 24 Feb 2002 20:47:28 +0000 (+0000)
Subject: sync
X-Git-Tag: debian-r/squeeze~2218
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=79dee497d772f0ca94011607618bfc4dc00b7846;p=dak.git

sync
---

diff --git a/TODO b/TODO
index bbbe4b80..d71e321a 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,13 @@ More Urgent
     * suid
     * conficlits
     * notification/stats to admin daily
+    o trap fernanda exiting
+    o distinguish binary only versus others (neuro)
+
+  o change utils.copy to try rename() first
+
+  o cache changes parsed from ordering (careful tho: would be caching
+  .changes from world writable incoming, not holding)
 
   o katie doesn't recognise binonlyNMUs correctly in terms of telling
     who their source is; source-must-exist does, but the info is not
diff --git a/katie.conf b/katie.conf
index ef0a1e61..c5f4aedf 100644
--- a/katie.conf
+++ b/katie.conf
@@ -18,7 +18,7 @@ Dinstall
    Bcc "archive@ftp-master.debian.org";
    GroupOverrideFilename "override.group-maint";
    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
-   FutureTimeTravelGrace "8640"; // 6 hours
+   FutureTimeTravelGrace 28800; // 6 hours
    PastCutoffYear "1984";
    BXANotify 1;
 };
diff --git a/katie.conf-non-US b/katie.conf-non-US
index 4408acbf..08c5aeee 100644
--- a/katie.conf-non-US
+++ b/katie.conf-non-US
@@ -18,7 +18,7 @@ Dinstall
    Bcc "archive@ftp-master.debian.org";
    GroupOverrideFilename "override.group-maint";
    StableRejector "Martin (Joey) Schulze <joey@debian.org>";
-   FutureTimeTravelGrace "8640"; // 6 hours
+   FutureTimeTravelGrace 28800; // 6 hours
    PastCutoffYear "1984";
    BXANotify 0;
 };