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