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