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