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