]> git.decadent.org.uk Git - dak.git/blob - TODO
Typo/thinko fixes.
[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 Less Urgent
18 -----------
19
20  * Harder:
21
22     o REJECT reminders in shania.
23     o Clean up DONE; archive to tar file every 2 weeks, update tar tvzf INDEX file.
24
25     o override checks sucks; it needs to track changes made by the
26       maintainer and pass them onto ftpmaster instead of warning the
27       maintainer.
28     o need to do proper rfc822 escaping of from lines (as opposed to s/\.//g)
29     o when dinstall is run in install mode but not as a cron job, it
30       should probably run jenna to avoid madison originated user confusion
31     o Revisit linking of binary->source in install() in katie.
32     o Fix component handling in overrides (aj)
33     o Fix lack of entires in source overrides (aj)
34     o direport misreports things as section 'devel'
35   
36  * Easy:
37
38     o denise abuses sys.stdout == badly  
39     o utils.extract_component_from_section: main/utils -> main/utils, main rather than utils, main
40     o Fix katie to remove != stable on stable install, not just f + u
41     o Fix katie to warn if run when not in incoming or p-u
42     o check for empty debs; check for empty (or small (<1k ?)) .tar.gz's.
43     o katie should validate multi-suite uploads; only possible valid one
44       is "stable unstable"
45     o Don't do override checks for stable only uploads
46     o cron.daily* should change umask (aj sucks)
47     o Rene doesn't look at debian-installer but should.
48     o Rene needs to check for binary-less source packages.
49   
50  * Bizzare/uncertain:
51    
52     o validate source consistency, i.e. .dsc and .tar.gz as minimum (??)
53     o Rene also doesn't seem to warn about missing binary packages (??)
54     o jenna should not delete things because they don't exist (?)
55   
56  * Cleanups & misc: 
57    
58     o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
59     o The untouchable flag doesn't stop new packages being added to ``untouchable'' suites
60     o jenna is too slow
61     o jenna doesn't handle arch: any -> arch: all transitions 
62       [aj worked around; need to revisit]
63
64 ===================================================================================================
65
66 TODO
67 ====
68
69 More Urgent
70 -----------
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 katie needs a stable_reject() which a) removes the package from
77     p-u, b) doesn't remove the file from the pool, and c) (optionally, I
78     guess) uses a template mail.
79
80   o [Complexish] Secure incoming handling
81   o [Hard] dependency checking (esp. stable)
82   o Logging
83   o Abstraction of suite hardcoding (q.v. progengy)
84
85 Packaging
86 ---------
87
88   o Install python libraries (db_access and utils)
89   o Install config file
90   o Fix stuff to look in sensible places for libs and config file in debian package (?)
91   o man pages and/or documentation
92   o debian/* assumes arch: all but sql-aptvc.o isn't arch: all.
93
94 Less Urgent
95 -----------
96
97  o fernanda: print_copyright should be a lot more intelligent
98      @ handle copyright.gz
99      @ handle copyright.ja and copyright
100      @ handle (detect at least) symlinks to another package's doc directory
101      @ handle and/or fall back on source files?
102      @ check only NEW packages out of a source package with some NEW, some old
103      @ check latest version if given multiples!
104
105   o To incorporate from utils:
106      @ unreject
107      @ genreport
108      @ reject
109      @ newchanges
110
111   o katie could vrfy email addresses (?) [errge@]
112   o auto-purge out-of-date stuff from non-free/contrib so that testing and stuff works
113   o doogie's binary -> source index
114   o ANAIS should be done in katie (?)
115   o Add an 'add' ability to melanie (? separate prog maybe)
116   o Add urgency + installed date to the DB for aj/testing (? still needed ?)
117   o jt's web stuff, matt's changelog stuff (overlap)
118
119   o [Hard] Need to merge non-non-US and non-US DBs. (Need to upgrade to 7.1 for SSL)
120
121   o experimental needs to auto clean (relative to unstable) [warns in rene about this]
122
123   o Do a checkpc(1)-a-like which sanitizes a config files.
124   o fix parse_changes()/build_file_list() to sanity check filenames
125   o saftey check and/or rename debs so they match what they should be
126
127   o Enable catherine (when daily mirror hit drops down below 300Mb maybe..)
128   o Improve andrea.
129   o Need to optimize all the queries by using EXAMINE and building some INDEXs.
130   o Need to enclose all the setting SQL stuff in transactions (mostly done).
131   o Need to finish alyson (a way to sync katie.conf and the DB)
132   o Need the ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
133   o Make the --help and --version options do stuff for all scripts
134   o Need to check for .dsc when source is mentioned
135
136   o charisma can't handle whitespace-only lines (for the moment, this is feature)
137   o Should use $EDITOR, not hardcode vi
138   o Should reject packages with bad timestamps
139   o Replicate old dinstall report stuff (? needed ?)
140   o Handle the case of 1:1.1 which would overwrite 1.1 (?)
141   o aj's binary-all stuff (foo-doc depending on foo) (?)
142   o heidi should report suite name not ID [aj]
143
144   o generic way of saying isabinary and isadsc. (?)
145
146   o s/distribution/suite/g
147
148   o cron.weekly:
149      @ weekly postins to d-c (?)
150      @ backup of report (?)
151      @ backup of changes.tgz (?)