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