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