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