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