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