]> git.decadent.org.uk Git - dak.git/blob - TODO
sync
[dak.git] / TODO
1 Urgent
2 ------
3
4   o Claire needs to know about sections on auric.
5
6 Less Urgent
7 -----------
8
9   o Need to merge non-non-US and non-US DBs.
10   o need a poolifier that will poolify X mb a day.. (catherine)
11   o Need to vacuum daily
12
13   == 
14
15   o Log files for jenna, rhona and katie.
16   o Optimize all the queries by using EXAMINE and building some INDEXs.
17   o enclose all the setting SQL stuff in transactions (mostly done).
18   o jenna needs to use order by to keep aj from going nutzo
19   o remove empty directories in the pool in cron.weekly or so
20
21   == 
22
23   o ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
24   o check errors on apt_pkg calls so we don't bomb out on daily runs (?)
25   o Need to finish alyson (a way to sync katie.conf and the DB)
26   o dinstall should remove != stable on stable install, not just f + u
27   o jenna needs to validate arguments
28   o jenna's untochable flag doesn't stop adding new packages
29   o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
30   o Fix 'mixed' component handling
31   o Fix component handling in overrides (aj)
32   o Fix lack of entires in source overrides (aj)
33   o Fix potato files to not regen and sort by in jenna
34   o Fix rhona to unconditionally read override file on startup
35   o Fix dinstall to warn if not in incoming or p-u
36
37 ===================================================================================================
38
39 Packaging TODO
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 Future Enhancements
48 -------------------
49
50   o possibly disallow binary versions >> source except for bin-only NMUs (Branden Robinson)
51   o project/orphaned should be a timed dist so that things only stay
52     in there temporarily (say 3 months) [aj]
53   o make the --help and --version options do stuff for all scripts
54   o check for .dsc when source is mentioneD?
55   o fix parse_changes()/build_file_list() to sanity check filenames
56   o saftey check and/or rename debs so they match what they should be
57   o charisma can't handle whitespace-only lines (for the moment, this is feature)
58   o Fix problems with bad .sig .changes having no Maintainer field to REJECT to
59   o Dep checking
60   o Should use $EDITOR, not hardcode vi
61   o should reject timestamp fucked debs
62   o dpkg 1.7 Changed-By field support
63   o Secure incoming handling
64   o revamp NEW package handling so we odn't have to read in the override file
65   o make mkmaintainers obey override changes
66   o Report stuff (? needed ?)
67   o handle the case of 1:1.1 which would overwrite 1.1
68   o aj's binary-all stuff (foo-doc depending on foo) (?)
69   o heidi should report suite name not ID [aj]
70
71   o fubar and warn/error wrappers like in C
72   o generic way of saying isabinary and isadsc.
73   o substitution stuff (cf. userdir-ldap) for announce, reject etc.
74
75   o s/distribution/suite/g