]> git.decadent.org.uk Git - dak.git/blob - TODO
sync
[dak.git] / TODO
1 To fix
2 ======
3
4 Urgent
5 ------
6
7   o katie should distingusih between can not read does not exist and perm denied.
8  
9   o heidi should use transactions
10
11   o heidi should read from stdin, then process
12
13   o katie needs a stable_reject() which a) removes the package from
14     p-u, b) doesn't remove the file from the pool, and c) (optionally, I
15     guess) uses a template mail.
16
17   o katie/jenna/rhona/whatever needs to clear out .changes
18     files from p-u when removing stuff superseded by newer versions.
19
20   o experimental needs to auto clean (relative to unstable)
21   ['
22    SELECT s.source, s.version AS experimental, s2.version AS unstable 
23      FROM src_associations sa, source s, source s2, src_associations sa2 
24      WHERE sa.suite = 1 AND sa2.suite = 5 AND sa.source = s.id 
25        AND sa2.source = s2.id AND s.source = s2.source 
26        AND versioncmp(s.version, s2.version) < 0;
27   ']
28   [ but, needs to hook into melanie ... ]
29   [ and, err, fix the gay hardcoding of suites in rene ... ]
30
31   o jenna doesn't handle arch: any -> arch: all transitions 
32     [aj worked around; need to revisit]
33
34   o direport misreports things as section 'devel'
35
36   o rewrite shania to a) be sane, b) clean REJECT properly
37     (i.e. ignore the fact that stuff is in a valid .changes file and
38     just clean the mofo)
39
40   o maintainers file needs overrides  
41  
42     [ change override.maintainer to override.maintainer-from +
43       override.maintainer-to and have them reference the maintainers
44       table.  Then fix charisma to use them and write some scripting
45       to handle the Santiago situation. ]
46
47   o Add urgency + installed date to the DB for aj/testing (? still needed ?)
48
49   o Enforce NMU and bin-only NMU versioning schemes
50
51   o Revisit linking of binary->source in install() in katie.
52
53   o debian/* assumes arch: all but sql-aptvc.o isn't arch: all.
54
55   o jt's web stuff, matt's changelog stuff (overlap)
56
57   o fernanda: print_copyright should be a lot more intelligent
58      @ handle copyright.gz
59      @ handle copyright.ja and copyright
60      @ handle (detect at least) symlinks to another package's doc directory
61      @ handle and/or fall back on source files?
62      @ check only NEW packages out of a source package with some NEW, some old
63      @ check latest version if given multiples!
64
65   o To incorporate from utils:
66      @ unreject
67      @ genreport
68      @ reject
69      @ newchanges
70
71 Less Urgent
72 -----------
73
74  o main/utils -> main/utils, main rather than utils, main
75
76  o doogie's binary -> source index
77
78  o ANIAS should be done in katie ?
79  
80  o natalie doesn't warn when lisitng invalid components!
81
82  o run apt-ftparchive clean <conf file> weekly [culus sucks]
83
84  o purge older stuff from non-free/contrib so that testing and stuff works
85
86  o when dinstall is run in install mode but not as a cron job, it
87    should probably run jenna to avoid madison originated user confusion
88
89  o check for empty debs; check for empty (or small (<1k ?)) .tar.gz's.
90
91  o validate email addresses ?  harsh to reject tho [errge]
92
93  o validate source consistency, i.e. .dsc and .tar.gz as minimum
94
95  o Rene doesn't look at debian-installer but should.
96
97  o Rene also doesn't seem to warn about missing binary packages?
98
99  o cron.daily* should change umask (aj sucks)
100  
101  o override checks sucks; it needs to track changes made by the
102    maintainer and pass them onto ftpmaster instead of warning the
103    maintainer.
104
105  o Don't do override checks for stable only uploads
106
107  o katie should validate multi-suite uploads; only possible valid one
108    is "stable unstable" [but see d-policy@l.d.o]
109
110  o need to have process_it run a big try: loop so that individual
111     package screws up don't kill the daily cron run.
112
113  o Add an 'add' ability to melanie (? separate prog maybe)
114  o [Hard] Need to merge non-non-US and non-US DBs.
115  o [Easy] Need to vacuum daily
116  o [Easy] remove empty directories in the pool in cron.weekly or so
117
118  o need to do proper rfc822 escaping of from lines (as opposed to s/\.//g)
119
120  o Fix dinstall to remove != stable on stable install, not just f + u
121  o Fix 'mixed' component handling (?)
122  o Fix component handling in overrides (aj)
123  o Fix lack of entires in source overrides (aj)
124  o Fix rhona to unconditionally read override file on startup
125  o Fix dinstall to warn if not in incoming or p-u
126  o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
127  o check errors on apt_pkg calls (?)
128  o The untouchable flag doesn't stop adding new packages
129  o jenna needs to validate arguments (?)
130  o jenna is too damn slow
131
132 ===================================================================================================
133
134 TODO
135 ====
136
137 Packaging
138 ---------
139
140   o Install python libraries (db_access and utils)
141   o Install config file
142   o Fix stuff to look in sensible places for libs and config file in debian package (?)
143   o man pages and/or documentation
144
145 Urgent
146 ------
147
148   o Secure incoming handling
149   o [Hard] dependency checking
150   o Need log files for jenna, rhona and katie.
151
152 Less Urgent
153 -----------
154
155   o Do a checkpc(1)-a-like which sanitizes a config files.
156   o fix parse_changes()/build_file_list() to sanity check filenames
157   o saftey check and/or rename debs so they match what they should be
158
159   o Enable catherine (when daily mirror hit drops down below 300Mb maybe..)
160   o Improve andrea.
161   o Need to optimize all the queries by using EXAMINE and building some INDEXs.
162   o Need to enclose all the setting SQL stuff in transactions (mostly done).
163   o Need to finish alyson (a way to sync katie.conf and the DB)
164   o Need the ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
165   o Make the --help and --version options do stuff for all scripts
166   o Need to check for .dsc when source is mentioned
167
168   o charisma can't handle whitespace-only lines (for the moment, this is feature)
169   o Should use $EDITOR, not hardcode vi
170   o Should reject packages with bad timestamps
171   o Replicate old dinstall report stuff (? needed ?)
172   o Handle the case of 1:1.1 which would overwrite 1.1 (?)
173   o aj's binary-all stuff (foo-doc depending on foo) (?)
174   o heidi should report suite name not ID [aj]
175
176   o fubar and warn/error wrappers like in C (?)
177   o generic way of saying isabinary and isadsc. (?)
178   o substitution stuff (cf. userdir-ldap) for announce, reject etc.
179
180   o s/distribution/suite/g
181
182 ===================================================================================================
183
184 23:12|<aj> I will not hush!
185 23:12|<elmo> :>
186 23:12|<aj> Where there is injustice in the world, I shall be there!
187 23:13|<aj> I shall not be silenced!
188 23:13|<aj> The world shall know!
189 23:13|<aj> The world *must* know!
190 23:13|<elmo> oh dear, he's gone back to powerpuff girls... ;-)
191 23:13|<aj> yay powerpuff girls!!
192 23:13|<aj> buttercup's my favourite, who's yours?
193 23:14|<aj> you're backing away from the keyboard right now aren't you?
194 23:14|<aj> *AREN'T YOU*?!
195 23:15|<aj> I will not be treated like this.
196 23:15|<aj> I shall have my revenge.
197 23:15|<aj> I SHALL!!!
198