]> git.decadent.org.uk Git - dak.git/blob - TODO
sync
[dak.git] / TODO
1 TODO:
2 -=-=-
3
4  o DONE
5
6 [Final stuff]
7 ------------
8
9 [Can be done later]
10 -------------------
11
12  o when encountering suspicous things (e.g. file tainting) do something more drastic
13
14  o test the REJECT paranoia stuff (katie.force_move())
15
16  o Go through each check validate in new setup
17
18  o still not good crash-handling behaviour, too often end up with
19    bogus rejects afterwards...
20
21  o stable installs are FUBAR
22
23  o update tagdb.dia
24
25 ==========================================================================
26
27
28 To fix
29 ======
30
31 More Urgent
32 -----------
33
34   o Fix BTS vs. katie sync issues by queueing(via BSMTP) BTS mail so
35     that it can be released on deman (e.g. ETRN to exim).
36
37   o write our own locking module or in some other way fix things so we
38     don't require a patch to python since upstream refuse to fix it.
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 (Depends) <aj> elmo: it should match  \(\s*(<<|<|<=|=|>=|>|>>)\s*<VERSIONREGEXP>\) fwiw
48
49 Less Urgent
50 -----------
51
52  * Harder:
53
54     o reverse of source-must-exist; i.e. binary-for-source-must-not-exist
55     o fernanda should check for conflicts and warn about them visavis priority [rmurray]
56     o REJECT reminders in shania.
57     o Clean up DONE; archive to tar file every 2 weeks, update tar tvzf INDEX file.
58
59     o override checks sucks; it needs to track changes made by the
60       maintainer and pass them onto ftpmaster instead of warning the
61       maintainer.
62     o need to do proper rfc822 escaping of from lines (as opposed to s/\.//g)
63     o when dinstall is run in install mode but not as a cron job, it
64       should probably run jenna to avoid madison originated user confusion
65     o Revisit linking of binary->source in install() in katie.
66     o Fix component handling in overrides (aj)
67     o Fix lack of entires in source overrides (aj)
68     o direport misreports things as section 'devel'
69     o vrfy check of every Maintainer+Changed-By address; valid for 3 months.
70     o binary-all should be done on a per-source, per-architecture package
71       basis to avoid, e.g. the perl-modules problem.
72     o a source-missing-diff check: if the version has a - in it, and it
73       is sourceful, it needs orig and diff, e.g. if someone uploads
74       esound_0.2.22-6, and it is sourceful, and there is no diff ->
75       REJECT (version has a dash, therefore not debian native.)
76     o check linking of .tar.gz's to .dsc's.. see proftpd 1.2.1 as an example
77     o archive needs md5sum'ed regularly, but takes too long to do all
78       in one go; make progressive or weekly.
79     o katie/jenna/rhona/whatever needs to clear out .changes
80       files from p-u when removing stuff superseded by newer versions.
81       [but for now we have halle]
82     o test sig checking stuff in test/ (stupid thing is not modularized)
83
84  * Easy:
85
86     o Rationalize config stuff.. Dir::Foo not Dir::FooDir [breaks other people??] 
87     o melanie should behave better with -a and without -b; see
88       gcc-defaults removal for an example.
89     o Reject on misconfigured kernel-package uploads
90     o denise abuses sys.stdout == badly  
91     o utils.extract_component_from_section: main/utils -> main/utils, main rather than utils, main
92     o Fix katie to warn if run when not in incoming or p-u
93     o check for empty debs; check for empty (or small (<1k ?)) .tar.gz's.
94     o katie should validate multi-suite uploads; only possible valid one
95       is "stable unstable"
96     o cron.daily* should change umask (aj sucks)
97     o Rene doesn't look at debian-installer but should.
98     o Rene needs to check for binary-less source packages.
99     o Rene could accept a suite argument (?)
100     o run shania every day (?) [ryan]
101     o we don't check for .orig.tar.gz's, so it's possible to upload -2 with no .orig.tar.gz.
102     o byhand stuff should send notification
103     o catherine should udpate db; move files, not the other way around [neuro]
104     o melanie should update the stable changelog [joey]
105   
106  * Bizzare/uncertain:
107    
108     o validate source consistency, i.e. .dsc and .tar.gz as minimum (??)
109     o Rene also doesn't seem to warn about missing binary packages (??)
110     o jenna should not delete things because they don't exist (?)
111   
112  * Cleanups & misc: 
113    
114     o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
115     o The untouchable flag doesn't stop new packages being added to ``untouchable'' suites
116     o jenna is too slow
117     o jenna doesn't handle arch: any -> arch: all transitions 
118       [aj worked around; need to revisit]
119
120  * Stable:
121
122 <neuro> well, there's one other thing that doesn't work so well
123 <neuro> you probably should have stable_install ignore Closes:
124 <neuro> or it might be unique to the case of stable unstable uploads
125
126
127
128 ===================================================================================================
129
130 TODO
131 ====
132
133 More Urgent
134 -----------
135
136   o testing-updates suite: if binary-only and version << version in
137     unstable and source-ver ~= source-ver in testing; then map
138     unstable -> testing-updates ?
139
140   o [Complexish] Secure incoming handling
141   o [Hard] dependency checking (esp. stable) (partially done)
142   o hooks for debian specific checks (e.g. check_urgency)
143   o Logging [mostly done]
144   o Abstraction of suite hardcoding (q.v. progengy)
145   o morgue needs auto-cleaning
146
147 Packaging
148 ---------
149
150   o Install python libraries (db_access and utils)
151   o Install config file
152   o Fix stuff to look in sensible places for libs and config file in debian package (?)
153   o man pages and/or documentation
154
155 Less Urgent
156 -----------
157
158  o store a list of removed/files versions; also compare against them.
159    be careful about scalability.
160
161  o fernanda: print_copyright should be a lot more intelligent
162      @ handle copyright.gz
163      @ handle copyright.ja and copyright
164      @ handle (detect at least) symlinks to another package's doc directory
165      @ handle and/or fall back on source files?
166      @ check only NEW packages out of a source package with some NEW, some old
167      @ check latest version if given multiples!
168
169   o To incorporate from utils:
170      @ unreject
171      @ genreport
172      @ reject
173      @ newchanges
174
175   o logging: hostname + pid ?
176
177   o katie could vrfy email addresses (?) [errge@]
178   o auto-purge out-of-date stuff from non-free/contrib so that testing and stuff works
179   o doogie's binary -> source index
180   o ANAIS should be done in katie (?)
181   o Add an 'add' ability to melanie (? separate prog maybe)
182   o Add urgency + installed date to the DB for aj/testing (? still needed ?)
183   o jt's web stuff, matt's changelog stuff (overlap)
184
185   o [Hard] Need to merge non-non-US and non-US DBs.
186
187   o experimental needs to auto clean (relative to unstable) [warns in rene about this]
188
189   o Do a checkpc(1)-a-like which sanitizes a config files.
190   o fix parse_changes()/build_file_list() to sanity check filenames
191   o saftey check and/or rename debs so they match what they should be
192
193   o Improve andrea.
194   o Need to optimize all the queries by using EXAMINE and building some INDEXs.
195   o Need to enclose all the setting SQL stuff in transactions (mostly done).
196   o Need to finish alyson (a way to sync katie.conf and the DB)
197   o Need the ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
198   o Make the --help and --version options do stuff for all scripts
199   o Need to check for .dsc when source is mentioned
200
201   o charisma can't handle whitespace-only lines (for the moment, this is feature)
202   o Should use $EDITOR, not hardcode vi
203   o Should reject packages with bad timestamps
204   o Replicate old dinstall report stuff (? needed ?)
205   o Handle the case of 1:1.1 which would overwrite 1.1 (?)
206
207   o generic way of saying isabinary and isadsc. (?)
208
209   o s/distribution/suite/g
210
211   o cron.weekly:
212      @ weekly postins to d-c (?)
213      @ backup of report (?)
214      @ backup of changes.tgz (?)