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