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