]> git.decadent.org.uk Git - dak.git/blob - TODO
testing helps
[dak.git] / TODO
1 TOFIX
2 =====
3
4 Urgent
5 ------
6
7   o jenna doesn't handle arch: any -> arch: all transitions
8
9   o direport misreports things as section 'devel'
10
11   o Fix rhona to obey StayOfExecution
12
13   o rewrite shania to a) be sane, b) clean REJECT properly
14     (i.e. ignore the fact that stuff is in a valid .changes file and
15     just clean the mofo)
16
17   o maintainers file needs overrides  
18  
19     [ change override.maintainer to override.maintainer-from +
20       override.maintainer-to and have them reference the maintainers
21       table.  Then fix charisma to use them and write some scripting
22       to handle the Santiago situation. ]
23
24   o Add urgency + installed date to the DB for aj/testing (? still needed ?)
25
26   o Disallow binary versions with no source (both newer and older)
27     except for bin-only NMUs (but: have to change sorting so that
28     sourceful uploads are processed first).
29
30   o Revisit linking of binary->source in install() in katie.
31
32   o debian/* assumes arch: all but sql-aptvc.o isn't arch: all.
33
34 Less Urgent
35 -----------
36
37   o validate email addresses ?  harsh to reject tho [errge]
38
39   o Rene doesn't look at debian-installer but should.
40
41   o Rene also doesn't seem to warn about missing binary packages?
42
43   o cron.daily* should change umask (aj sucks)
44  
45   o override checks sucks; it needs to track changes made by the
46     maintainer and pass them onto ftpmaster instead of warning the
47     maintainer.
48
49   o Don't do override checks for stable only uploads
50
51   o katie should validate multi-suite uploads; only possible valid one
52     is "stable unstable" [but see d-policy@l.d.o]
53
54   o need to have process_it run a big try: loop so that individual
55     package screws up don't kill the daily cron run.
56
57   o Add an 'add' ability to melanie (? separate prog maybe)
58   o [Hard] Need to merge non-non-US and non-US DBs.
59   o [Easy] Need to vacuum daily
60   o [Easy] remove empty directories in the pool in cron.weekly or so
61
62   o need to do proper rfc822 escaping of from lines (as opposed to s/\.//g)
63
64   o Fix dinstall to remove != stable on stable install, not just f + u
65   o Fix 'mixed' component handling (?)
66   o Fix component handling in overrides (aj)
67   o Fix lack of entires in source overrides (aj)
68   o Fix rhona to unconditionally read override file on startup
69   o Fix dinstall to warn if not in incoming or p-u
70   o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
71   o check errors on apt_pkg calls (?)
72   o The untouchable flag doesn't stop adding new packages
73   o jenna needs to validate arguments (?)
74   o jenna is too damn slow
75
76 ===================================================================================================
77
78 TODO
79 ====
80
81 Packaging
82 ---------
83
84   o Install python libraries (db_access and utils)
85   o Install config file
86   o Fix stuff to look in sensible places for libs and config file in debian package (?)
87   o man pages and/or documentation
88
89 Urgent
90 ------
91
92   o Secure incoming handling
93   o [Hard] dependency checking
94   o Need log files for jenna, rhona and katie.
95
96 Less Urgent
97 -----------
98
99   o Do a checkpc(1)-a-like which sanitizes a config files.
100   o fix parse_changes()/build_file_list() to sanity check filenames
101   o saftey check and/or rename debs so they match what they should be
102
103   o Enable catherine (when daily mirror hit drops down below 300Mb maybe..)
104   o Improve andrea.
105   o Need to optimize all the queries by using EXAMINE and building some INDEXs.
106   o Need to enclose all the setting SQL stuff in transactions (mostly done).
107   o Need to finish alyson (a way to sync katie.conf and the DB)
108   o Need the ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
109   o Make the --help and --version options do stuff for all scripts
110   o Need to check for .dsc when source is mentioned
111
112   o charisma can't handle whitespace-only lines (for the moment, this is feature)
113   o Should use $EDITOR, not hardcode vi
114   o Should reject packages with bad timestamps
115   o Replicate old dinstall report stuff (? needed ?)
116   o Handle the case of 1:1.1 which would overwrite 1.1 (?)
117   o aj's binary-all stuff (foo-doc depending on foo) (?)
118   o heidi should report suite name not ID [aj]
119
120   o fubar and warn/error wrappers like in C (?)
121   o generic way of saying isabinary and isadsc. (?)
122   o substitution stuff (cf. userdir-ldap) for announce, reject etc.
123
124   o s/distribution/suite/g