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