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