]> git.decadent.org.uk Git - dak.git/commitdiff
sync
authorJames Troup <james@nocrew.org>
Sat, 7 Jul 2001 03:12:52 +0000 (03:12 +0000)
committerJames Troup <james@nocrew.org>
Sat, 7 Jul 2001 03:12:52 +0000 (03:12 +0000)
TODO
katie.conf
katie.conf-non-US

diff --git a/TODO b/TODO
index 3367ef3374e1e6c029e8e8e97ff028ac5849694e..d8f2c83c6bf869d0199cb025c3e9b76a852e5bd1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,9 +32,19 @@ Less Urgent
     o Fix component handling in overrides (aj)
     o Fix lack of entires in source overrides (aj)
     o direport misreports things as section 'devel'
-  
- * Easy:
+    o vrfy check of every Maintainer+Changed-By address; valid for 3 months.
+    o binary-all should be done on a per-source, per-architecture package
+      basis to avoid, e.g. the perl-modules problem.
+    o a source-missing-diff check: if the version has a - in it, and it
+      is sourceful, it needs orig and diff, e.g. if someone uploads
+      esound_0.2.22-6, and it is sourceful, and there is no diff ->
+      REJECT (version has a dash, therefore not debian native.)
 
+ * Easy:
+    o melanie should behave better with -a and without -b; see
+      gcc-defaults removal for an example.
+    o Reject on misconfigured kernel-package uploads
     o denise abuses sys.stdout == badly  
     o utils.extract_component_from_section: main/utils -> main/utils, main rather than utils, main
     o Fix katie to remove != stable on stable install, not just f + u
@@ -138,7 +148,6 @@ Less Urgent
   o Should reject packages with bad timestamps
   o Replicate old dinstall report stuff (? needed ?)
   o Handle the case of 1:1.1 which would overwrite 1.1 (?)
-  o aj's binary-all stuff (foo-doc depending on foo) (?)
   o heidi should report suite name not ID [aj]
 
   o generic way of saying isabinary and isadsc. (?)
index 8a5ac8dea7d9c94eddb1f51506de3a53d6f0ea1a..3fcda3f1be7d7ed987d927142dbda74a9340c5df 100644 (file)
@@ -357,6 +357,7 @@ Dir
   IncomingDir "/org/ftp.debian.org/incoming/";
   OverrideDir "/org/ftp.debian.org/scripts/override/";
   ListsDir "/org/ftp.debian.org/database/dists/";
+  LogDir "/org/ftp.debian.org/log/";
   Morgue "/org/ftp.debian.org/morgue/";
 };
 
index 74019deb958335030ddeccba1df4d118ee3ff6b7..134a2d7ead00d85622a83ebee10438e11ecafc7e 100644 (file)
@@ -341,6 +341,7 @@ Dir
   IncomingDir "/org/non-us.debian.org/incoming/";
   OverrideDir "/org/non-us.debian.org/scripts/override/";
   ListsDir "/org/non-us.debian.org/database/dists/";
+  LogDir "/org/non-us.debian.org/log/";
   Morgue "/org/non-us.debian.org/morgue/";
 };