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