]> git.decadent.org.uk Git - dak.git/blob - TODO
fix charisma to do version compares and make source dominate binary.
[dak.git] / TODO
1 Show Stopper
2 ------------
3
4   o finish rhona
5   o claire needs to know about sections on non-non-US
6
7   o Testing... lots of it.
8
9 Non-Show Stopper
10 ----------------
11
12   o CD building scripts need fixing
13
14   o Optimize all the queries by using EXAMINE and building some INDEXs.
15   o enclose all the setting SQL stuff in transactions (mostly done).
16   o clear out maintainers table
17
18   == 
19
20   o need a poolifier that will poolify X mb a day.. (catherine)
21   o Need to merge non-non-US and non-US DBs.
22
23   == 
24
25   o jenna: fix the misfeature of handling sid's binary-hurd-i386 brokeness (? still exist ?)
26   o ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
27   o check errors on apt_pkg calls so we don't bomb out on daily runs (?)
28   o check to see if mutli-component binary packages from a single component source are supported
29   o need a way to sync katie.conf and the DB for things like architecture
30   o dinstall should remove != stable on stable install, not just f + u
31   o Should probably use $ in ~ compares for files.
32   o jenna needs to validate arguments!
33   o jenna's untochable flag doesn't stop adding new packages
34   o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS
35
36 ===================================================================================================
37
38 Packaging TODO
39 --------------
40
41   o Install python libraries (db_access and utils)
42   o Install config file
43   o Fix stuff to look in sensible places for libs and config file in debian package (?)
44   o man pages and/or documentation
45
46 Future Enhancements
47 -------------------
48
49   o project/orphaned should be a timed dist so that things only stay
50     in there temporarily (say 3 months) [aj]
51   o make the --help and --version options do stuff for all scripts
52   o check for .dsc when source is mentioneD?
53   o fix parse_changes()/build_file_list() to sanity check filenames
54   o saftey check and/or rename debs so they match what they should be
55   o charisma can't handle whitespace-only lines (for the moment, this is feature)
56   o Fix problems with bad .sig .changes having no Maintainer field to REJECT to
57   o Dep checking
58   o Should use $EDITOR, not hardcode vi
59   o should reject timestamp fucked debs
60   o dpkg 1.7 Changed-By field support
61   o Secure incoming handling
62   o revamp NEW package handling so we odn't have to read in the override file
63   o make mkmaintainers obey override changes
64   o Report stuff (? needed ?)
65   o handle the case of 1:1.1 which would overwrite 1.1
66   o aj's binary-all stuff (foo-doc depending on foo) (?)
67   o heidi should report suite name not ID [aj]
68
69   o fubar and warn/error wrappers like in C
70   o generic way of saying isabinary and isadsc.
71   o substitution stuff (cf. userdir-ldap) for announce, reject etc.
72
73   o s/distribution/suite/g