]> git.decadent.org.uk Git - dak.git/commitdiff
sync
authorJames Troup <james@nocrew.org>
Sat, 8 Jun 2002 00:15:50 +0000 (00:15 +0000)
committerJames Troup <james@nocrew.org>
Sat, 8 Jun 2002 00:15:50 +0000 (00:15 +0000)
TODO
docs/README.assumptions

diff --git a/TODO b/TODO
index aa1d91dd96e25be26f6736f3ff55826c7f9bc7aa..df2b4b5eb571099faa1d12da1dbe08f4fa196488 100644 (file)
--- a/TODO
+++ b/TODO
@@ -29,9 +29,6 @@ More Urgent
 
   o the whole versioncmp thing should be documented
 
-  o security.debian.org: BYHAND auto-uploading doesn't work
-  o security.debian.org: BYHAND auto-uploading assumes ftp-master
-
   o lisa doesn't do the right thing with -2 and -1 uploads, as you can
     end up with the .orig.tar.gz not in the pool
 
@@ -184,6 +181,8 @@ Less Urgent
 
  * Easy:
 
+    o suite mapping and component mapping are parsed per changes file,
+      they should probably be stored in a dictionary created at startup.
     o don't stat/md5sum files you have entries for in the DB, moron
       boy (Katie.check_source_blah_blah)
     o promote changes["changes"] to mandatory in katie.py(dump_vars)
index 0b5270ee6cd9eb86dccbb79b79431beb2a72e4eb..04a9afd7bfe71a884b8c90d106850f8d56a97729 100644 (file)
@@ -1,10 +1,11 @@
 Assumptions
 -----------
 
-[Incomplete, to be sure]
+o Usernames do not contain ",". [julia]
+o Password files do not contain ":" except as a field separator. [julia]
+o Version numbers do not contain "~" [logging, charisma, db_access.py, heidi, neve]
+o Suites are case-independent in conf files, but forced lower case in use. [jenna]
+o Components are case-sensitive. [jenna]
+
+[Very incomplete...]
 
-Usernames do not contain ",". [julia]
-Password files do not contain ":" except as a field separator. [julia]
-Version numbers do not contain "~" [logging, charisma]
-suites are case-independent in conf files, but forced lower case in use
-components are case-sensitive