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