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