]> git.decadent.org.uk Git - dak.git/blob - TODO
f3bba5293ff635829a55e99f2f93e3b26dd638d5
[dak.git] / TODO
1                                  TODO
2                                  ====
3
4 [NB: I use this as a thought record/scribble, not everything on here
5      makes sense and/or is actually ever going to get done, so IIWY I
6      wouldn't use it as gospel for the future of katie or as a TODO
7      list for random hacking.]
8
9 ================================================================================
10
11 queue/approved
12 --------------
13
14  o What to do with multi-suite uploads?  Presumably hold in unapproved
15    and warn?  Or what?  Can't accept just for unstable or reject just
16    from stable.
17
18  o Whenever we check for anything in accepted we also need to check in
19    unapproved.
20
21  o non-sourceful uploads should go straight through if they have
22    source in accepted or the archive.
23
24  o security uploads on auric should be pre-approved.
25
26 Others
27 ------
28
29   o check email only portions of addresses match too, iff the names
30   don't, helps with the "James Troup <james@nocrew.org>"
31   vs. "<james@nocrew.org>" case.
32
33   o ensure .dsc section/prio match .changes section/prio
34
35   o rhona's kind of crap when asked to remove a lot of files (e.g. 2k
36    or so).
37
38   o we don't handle the case where an identical orig.tar.gz is
39    mentioned in the .changes, but not in unchecked; but should we
40    care?
41
42   o madison could do better sanity checking for -g/-G (e.g. not more
43    than one suite, etc.)
44
45   o use python2.2-tarfile (once it's in stable?) to check orig.tar.gz
46    timestamps too.
47
48   o need to decide on whether we're tying for most errors at once.. if
49     so (probably) then make sure code doesn't assume variables exist and
50     either way do something about checking error code of check_dsc and
51     later functions so we skip later checks if they're bailing.
52
53   o the .katie stuff is fundamentally braindamaged, it's not versioned
54     so there's no way to change the format, yay me.  need to fix.
55     probably by putting a version var as the first thing and checking
56     that.. auto-upgrade at least from original format would be good.
57     might also be a good idea to put everything in one big dict after
58     that?
59
60   o [?, wishlist, distant future] RFC2047-ing should be extended to
61     all headers of mails sent out.
62
63   o reject sparc64 binaries in a non '*64*' package.
64
65   o katie.py(source_exists): a) we take arguments as parameters that
66     we could figure out for ourselves (we're part of the Katie class
67     after all), b) we have this 3rd argument which defaults to "any"
68     but could in fact be dropped since no one uses it like that.
69
70   o jennifer: doesn't handle bin-only NMUs of stuff still in NEW,
71     BYHAND or ACCEPTED (but not the pool) - not a big deal, upload can
72     be retried once the source is in the archive, but still.
73
74   o security global mail overrides should special case buildd stuff so
75     that buildds get ACCEPTED mails (or maybe amber (?)), that way
76     upload-security doesn't grow boundlessly.
77
78   o amber should upload sourceful packages first, otherwise with big
79     packages (e.g. X) and esp. when source is !i386, half the arches
80     can be uploaded without source, get copied into queue/unaccepted
81     and promptly rejected.
82
83   o rene's NVIU check doesn't catch cases where source package changed
84     name, should check binaries too. [debian-devel@l.d.o, 2004-02-03]
85
86   o cnf[melanie::logfile] is misnamed...
87
88 <aj> i'd be kinda inclined to go with insisting the .changes file take
89    the form ---- BEGIN PGP MESSAGE --- <non -- BEGIN/END lines> --
90    BEGIN PGP SIG -- END PGP MESSAGE -- with no lines before or after,
91    and rejecting .changes that didn't match that
92
93   o rene should check for source packages not building any binaries
94
95   o heidi should have a diff mode that accepts diff output!
96
97   o halle doesn't deal with melanie'd packages, partial replacements
98    etc. and more.
99
100   o lauren, the tramp, blindly deletes with no check that the delete
101    failed which it might well given we only look for package/version,
102    not package/version _in p-u_.  duh.
103
104   o melanie should remove obsolete changes when removing from p-u, or
105    at least warn.  or halle should handle it.
106
107   o need a testsuite _badly_
108
109   o lisa should have an Bitch-Then-Accept option
110
111   o jennifer crashes if run as a user in -n mode when orig.tar.gz is
112    in queue/new...
113
114 <elmo_home> [<random>maybe I should reject debian packages with a non-Debian origin or bugs field</>]
115 <Kamion> [<random>agreed; dunno what origin does but non-Debian bugs fields would be bad]
116
117   o rhona should make use of select..except select, temporary tables
118   etc. rather than looping and calling SQL every time so we can do
119   suite removal sanely (see potato-removal document)
120
121   o melanie will happily include packages in the Cc list that aren't
122     being removed...
123
124   o melanie doesn't remove udebs when removing the source they build from
125
126   o check_dsc_against_db's "delete an entry from files while you're
127     not looking" habit is Evil and Bad.
128
129   o lisa allows you to edit the section and change the component, but
130     really shouldn't.
131
132   o melanie needs to, when not sending bug close mails, promote Cc: to
133     To: and send the mail anyways.
134
135   o the lockfile (Archive_Maintenance_In_Progress) should probably be in a conf file
136
137   o madison should cross-check the b.source field and if it's not null
138     and s.name linked from it != the source given in
139     -S/--source-and-binary ignore.
140
141   o lauren sucks; she should a) only spam d-i for sourceful
142   rejections, b) sort stuff so she rejects sourceful stuff first.  the
143   non-sourceful should probably get a form mail, c) automate the
144   non-sourceful stuff (see b).
145
146   o jennifer should do q-d stuff for faster AA [ryan]
147
148   o split the morgue into source and binary so binaries can be purged first!
149
150   o per-architecture priorities for things like different arch'es
151     gcc's, silly BSD libftw, palo, etc.
152
153   o use postgres 7.2's built-in stat features to figure out how indices are used etc.
154
155   o neve shouldn't be using location, she should run down suites instead
156
157   o halle needs to know about udebs
158
159   o by default hamstring katie's mail sending so that she won't send
160     anything until someone edits a script; she's been used far too
161     much to send spam atm :(
162
163   o $ftpdir/indices isn't created by rose because it's not in katie.conf
164
165   o sanity check depends/recommends/suggests too?  in fact for any
166     empty field?
167
168 [minor] kelly's copychanges, copykatie handling sucks, the per-suite
169         thing is static for all packages, so work out in advance dummy.
170
171 [madison] # filenames ?
172 [madison] # maintainer, component, install date (source only?), fingerprint?
173
174   o UrgencyLog stuff should minimize it's bombing out(?)
175   o Log stuff should open the log file
176
177   o helena should footnote the actual notes, and also * the versions
178     with notes so we can see new versions since being noted...
179
180   o helena should have alternative sorting options, including reverse
181     and without or without differentiaion.
182
183   o julia should sync debadmin and ftpmaster (?)
184
185   o <drow> Can't read file.:
186   /org/security.debian.org/queue/accepted/accepted/apache-perl_1.3.9-14.1-1.21.20000309-1_sparc.katie.
187   You assume that the filenames are relative to accepted/, might want
188   to doc or fix that.
189
190   o <neuro> the orig was in NEW, the changes that caused it to be NEW
191     were pulled out in -2, and we end up with no orig in the archive
192     :(
193
194   o SecurityAcceptedAutoBuild doesn't handle the case of foo_3.3woody1
195     with a new .orig.tar.gz followed by a foo_3.3potato1 with the same
196     .orig.tar.gz; jennifer sees it and copes, but the AA code doesn't
197     and can't really easily know so the potato AA dir is left with no
198     .orig.tar.gz copy.  doh.
199
200   o orig.tar.gz in accepted not handled properly (?)
201
202   o amber doesn't include .orig.tar.gz but it should
203
204   o permissions (paranoia, group write, etc.) configurability and overhaul
205
206   o remember duplicate copyrights in lisaand skip them, per package
207
208   o <M>ove option for lisa byhand proecessing
209
210   o rene could do with overrides
211
212   o db_access.get_location_id should handle the lack of archive_id properly
213
214   o the whole versioncmp thing should be documented
215
216   o lisa doesn't do the right thing with -2 and -1 uploads, as you can
217     end up with the .orig.tar.gz not in the pool
218
219   o lisa exits if you check twice (aj)
220
221   o lisa doesn't trap signals from fernanda properly
222
223   o queued and/or perl on sparc stable sucks - reimplement it.
224
225   o aj's bin nmu changes
226
227   o Lisa:
228     * priority >> optional
229     * arch != {any,all}
230     * build-depends wrong (via andrea)
231     * suid
232     * conficlits
233     * notification/stats to admin daily
234     o trap fernanda exiting
235     o distinguish binary only versus others (neuro)
236
237   o cache changes parsed from ordering (careful tho: would be caching
238     .changes from world writable incoming, not holding)
239
240   o katie doesn't recognise binonlyNMUs correctly in terms of telling
241     who their source is; source-must-exist does, but the info is not
242     propogated down.
243
244   o Fix BTS vs. katie sync issues by queueing(via BSMTP) BTS mail so
245     that it can be released on deman (e.g. ETRN to exim).
246
247   o maintainers file needs overrides
248
249     [ change override.maintainer to override.maintainer-from +
250       override.maintainer-to and have them reference the maintainers
251       table.  Then fix charisma to use them and write some scripting
252       to handle the Santiago situation. ]
253
254   o Validate Depends (et al.) [it should match  \(\s*(<<|<|<=|=|>=|>|>>)\s*<VERSIONREGEXP>\)]
255
256   o Clean up DONE; archive to tar file every 2 weeks, update tar tvzf INDEX file.
257
258   o testing-updates suite: if binary-only and version << version in
259     unstable and source-ver ~= source-ver in testing; then map
260     unstable -> testing-updates ?
261
262   o hooks or configurability for debian specific checks (e.g. check_urgency, auto-building support)
263
264   o morgue needs auto-cleaning (?)
265
266   o saffron: two modes, all included, seperate
267   o saffron: add non-US
268   o saffron: add ability to control components, architectures, archives, suites
269   o saffron: add key to expand header
270
271 ================================================================================
272
273 Less Urgent
274 -----------
275
276   o change utils.copy to try rename() first
277
278   o [hard, long term] unchecked -> accepted should go into the db, not
279     a suite, but similar.  this would allow katie to get even faster,
280     make madison more useful, decomplexify specialacceptedautobuild
281     and generally be more sane.  may even be helpful to have e.g. new
282     in the DB, so that we avoid corner cases like the .orig.tar.gz
283     disappearing 'cos the package has been entirely removed but was
284     still on stayofexecution when it entered new.
285
286   o Logging [mostly done] (todo: rhona (hard), .. ?)
287
288   o jennifer: the tar extractor class doesn't need to be redone for each package
289
290   o reverse of source-must-exist; i.e. binary-for-source-must-not-exist
291   o REJECT reminders in shania.
292   o fernanda should check for conflicts and warn about them visavis priority [rmurray]
293   o store a list of removed/files versions; also compare against them.
294     [but be careful about scalability]
295
296   o fernanda: print_copyright should be a lot more intelligent
297      @ handle copyright.gz
298      @ handle copyright.ja and copyright
299      @ handle (detect at least) symlinks to another package's doc directory
300      @ handle and/or fall back on source files (?)
301
302   o To incorporate from utils:
303      @ unreject
304
305   o auto-purge out-of-date stuff from non-free/contrib so that testing and stuff works
306   o doogie's binary -> source index
307   o jt's web stuff, matt's changelog stuff (overlap)
308
309   o [Hard] Need to merge non-non-US and non-US DBs.
310
311   o experimental needs to auto clean (relative to unstable) [partial: rene warns about this]
312
313   o Do a checkpc(1)-a-like which sanitizes a config files.
314   o fix parse_changes()/build_file_list() to sanity check filenames
315   o saftey check and/or rename debs so they match what they should be
316
317   o Improve andrea.
318   o Need to optimize all the queries by using EXAMINE and building some INDEXs.
319     [postgresql 7.2 will help here]
320   o Need to enclose all the setting SQL stuff in transactions (mostly done).
321   o Need to finish alyson (a way to sync katie.conf and the DB)
322   o Need the ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
323   o Make the --help and --version options do stuff for all scripts
324
325   o charisma can't handle whitespace-only lines (for the moment, this is feature)
326
327   o generic way of saying isabinary and isadsc. (?)
328
329   o s/distribution/suite/g
330
331   o cron.weekly:
332      @ weekly postins to d-c (?)
333      @ backup of report (?)
334      @ backup of changes.tgz (?)
335
336   o --help doesn't work without /etc/katie/katie.conf (or similar) at
337     least existing.
338
339   o rename andrea (clashes with existing andrea)...
340
341  * Harder:
342
343     o interrupting of stracing jennifer causes exceptions errors from apt_inst calls
344     o dependency checking (esp. stable) (partially done)
345     o override checks sucks; it needs to track changes made by the
346       maintainer and pass them onto ftpmaster instead of warning the
347       maintainer.
348     o need to do proper rfc822 escaping of from lines (as opposed to s/\.//g)
349     o Revisit linking of binary->source in install() in katie.
350     o Fix component handling in overrides (aj)
351     o Fix lack of entires in source overrides (aj)
352     o direport misreports things as section 'devel' (? we don't use direport)
353     o vrfy check of every Maintainer+Changed-By address; valid for 3 months.
354     o binary-all should be done on a per-source, per-architecture package
355       basis to avoid, e.g. the perl-modules problem.
356     o a source-missing-diff check: if the version has a - in it, and it
357       is sourceful, it needs orig and diff, e.g. if someone uploads
358       esound_0.2.22-6, and it is sourceful, and there is no diff ->
359       REJECT (version has a dash, therefore not debian native.)
360     o check linking of .tar.gz's to .dsc's.. see proftpd 1.2.1 as an example
361     o archive needs md5sum'ed regularly, but takes too long to do all
362       in one go; make progressive or weekly.
363     o katie/jenna/rhona/whatever needs to clear out .changes
364       files from p-u when removing stuff superseded by newer versions.
365       [but for now we have halle]
366     o test sig checking stuff in test/ (stupid thing is not modularized due to global abuse)
367     o when encountering suspicous things (e.g. file tainting) do something more drastic
368
369  * Easy:
370
371     o suite mapping and component mapping are parsed per changes file,
372       they should probably be stored in a dictionary created at startup.
373     o don't stat/md5sum files you have entries for in the DB, moron
374       boy (Katie.check_source_blah_blah)
375     o promote changes["changes"] to mandatory in katie.py(dump_vars)
376       after a month or so (or all .katie files contain in the queue
377       contain it).
378     o melanie should behave better with -a and without -b; see
379       gcc-defaults removal for an example.
380     o Reject on misconfigured kernel-package uploads
381     o utils.extract_component_from_section: main/utils -> main/utils, main rather than utils, main
382     o Fix jennier to warn if run when not in incoming or p-u
383     o katie should validate multi-suite uploads; only possible valid one
384       is "stable unstable"
385     o cron.daily* should change umask (aj sucks)
386     o Rene doesn't look at debian-installer but should.
387     o Rene needs to check for binary-less source packages.
388     o Rene could accept a suite argument (?)
389     o byhand stuff should send notification
390     o catherine should udpate db; move files, not the other way around [neuro]
391     o melanie should update the stable changelog [joey]
392     o update tagdb.dia
393
394  * Bizzare/uncertain:
395
396     o drop rather dubious currval stuff (?)
397     o rationalize os.path.join() usage
398     o Rene also doesn't seem to warn about missing binary packages (??)
399     o logging: hostname + pid ?
400     o ANAIS should be done in katie (?)
401     o Add an 'add' ability to melanie (? separate prog maybe)
402     o Replicate old dinstall report stuff (? needed ?)
403     o Handle the case of 1:1.1 which would overwrite 1.1 (?)
404     o maybe drop -r/--regex in madison, make it the default and
405       implement -e/--exact (a la joey's "elmo")
406     o dsc files are not checked for existence/perms (only an issue if
407       they're in the .dsc, but not the .changes.. possible?)
408
409  * Cleanups & misc:
410
411     o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
412     o The untouchable flag doesn't stop new packages being added to ``untouchable'' suites
413
414 ================================================================================
415
416 Packaging
417 ---------
418
419   o Fix stuff to look in sensible places for libs and config file in debian package (?)
420
421 ================================================================================
422
423            --help      manpage
424 -----------------------------------------------------------------------------
425 alyson        X
426 amber         X
427 andrea        X
428 ashley        X
429 catherine     X          X
430 charisma      X          X
431 cindy         X          X
432 claire        X
433 denise        X
434 fernanda      X
435 halle         X
436 heidi         X          X
437 helena        X
438 jenna         X
439 jennifer      X
440 jeri          X
441 julia         X          X
442 kelly         X          X
443 lisa          X          X
444 madison       X          X
445 melanie       X          X
446 natalie       X          X
447 neve          X
448 rene          X
449 rose          X
450 rhona         X          X
451 saffron       X
452 shania        X
453 tea           X
454 ziyi          X
455
456
457 ================================================================================
458
459 Random useful-at-some-point SQL
460 -------------------------------
461
462 UPDATE files SET last_used = '1980-01-01'
463   FROM binaries WHERE binaries.architecture = <x> 
464                   AND binaries.file = files.id;
465
466 DELETE FROM bin_associations 
467  WHERE EXISTS (SELECT id FROM binaries 
468                 WHERE architecture = <x> 
469                   AND id = bin_associations.bin);
470
471 ================================================================================