]> git.decadent.org.uk Git - dak.git/blob - TODO
claire section/component fix.
[dak.git] / TODO
1 TOFIX
2 =====
3
4 Urgent
5 ------
6
7   o Claire needs to know about sections on auric
8
9   o maintainers file needs overrides
10
11   o need to have process_it run a big try: loop so that individual
12     package screws up don't kill the daily cron run.
13
14   o Add an 'add' ability to melanie (? separate prog maybe)
15
16   o Make experimental work
17
18   o fix katie's handling of source packages in different directories;
19     e.g. if a package moves from main to contrib, the .orig.tar.gz
20     needs to what? copy or be moved and old source removed; one of the
21     two.
22
23   o fix ssh appearing in 3 packages files
24
25
26 Less Urgent
27 -----------
28
29   o check out hardlinks [aj]
30   o [Hard] Need to merge non-non-US and non-US DBs.
31   o [Easy] Need to vacuum daily
32   o [Easy] remove empty directories in the pool in cron.weekly or so
33
34   o Fix dinstall to remove != stable on stable install, not just f + u
35   o Fix 'mixed' component handling
36   o Fix component handling in overrides (aj)
37   o Fix lack of entires in source overrides (aj)
38   o Fix rhona to unconditionally read override file on startup
39   o Fix dinstall to warn if not in incoming or p-u
40   o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
41   o check errors on apt_pkg calls (?)
42   o The untouchable flag doesn't stop adding new packages
43   o jenna needs to validate arguments (?)
44
45 ===================================================================================================
46
47 TODO
48 ====
49
50 Packaging
51 ---------
52
53   o Install python libraries (db_access and utils)
54   o Install config file
55   o Fix stuff to look in sensible places for libs and config file in debian package (?)
56   o man pages and/or documentation
57
58 Urgent
59 ------
60
61   o Secure incoming handling
62   o [Hard] dependency checking
63   o dpkg 1.7 Changed-By field support
64   o Overrides for Maintainers
65   o Possibly disallow binary versions >> source except for bin-only NMUs (Branden Robinson, IWJ & others)
66   o Kill orphaned
67
68 Less Urgent
69 -----------
70
71   o Need a poolifier that will poolify X mb a day.. (catherine)
72   o Need to optimize all the queries by using EXAMINE and building some INDEXs.
73   o Need to enclose all the setting SQL stuff in transactions (mostly done).
74   o Need to finish alyson (a way to sync katie.conf and the DB)
75   o Need log files for jenna, rhona and katie.
76   o Need the ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
77   o Make the --help and --version options do stuff for all scripts
78   o Need to check for .dsc when source is mentioned
79
80   o fix parse_changes()/build_file_list() to sanity check filenames
81   o saftey check and/or rename debs so they match what they should be
82
83   o charisma can't handle whitespace-only lines (for the moment, this is feature)
84   o Should use $EDITOR, not hardcode vi
85   o Should reject packages with bad timestamps
86   o Replicate old dinstall report stuff (? needed ?)
87   o Handle the case of 1:1.1 which would overwrite 1.1 (?)
88   o aj's binary-all stuff (foo-doc depending on foo) (?)
89   o heidi should report suite name not ID [aj]
90
91   o fubar and warn/error wrappers like in C (?)
92   o generic way of saying isabinary and isadsc. (?)
93   o substitution stuff (cf. userdir-ldap) for announce, reject etc.
94
95   o s/distribution/suite/g