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