TODO 3.1 KB
Newer Older
J
sync  
James Troup 已提交
1 2 3
TOFIX
=====

J
James Troup 已提交
4 5
Urgent
------
J
James Troup 已提交
6

J
James Troup 已提交
7
  o Add an 'add' ability to melanie (? separate prog maybe)
J
James Troup 已提交
8 9 10 11 12 13 14 15

  o fix katie's handling of source packages in different directories;
    e.g. if a package moves from main to contrib, the .orig.tar.gz
    needs to what? copy or be moved and old source removed; one of the
    two.

  o fix ssh appearing in 3 packages files

J
James Troup 已提交
16 17 18 19 20 21
  o maintainers file needs overrides

  o Make experimental work

  o need to have process_it run a big try: loop so that individual
    package screws up don't kill the daily cron run.
J
James Troup 已提交
22

J
James Troup 已提交
23 24
Less Urgent
-----------
J
James Troup 已提交
25

J
p-u fix  
James Troup 已提交
26
  o check out hardlinks [aj]
J
sync  
James Troup 已提交
27 28 29
  o [Hard] Need to merge non-non-US and non-US DBs.
  o [Easy] Need to vacuum daily
  o [Easy] remove empty directories in the pool in cron.weekly or so
J
James Troup 已提交
30

J
sync  
James Troup 已提交
31
  o Fix dinstall to remove != stable on stable install, not just f + u
J
sync  
James Troup 已提交
32
  o Fix 'mixed' component handling
J
sync  
James Troup 已提交
33 34 35
  o Fix component handling in overrides (aj)
  o Fix lack of entires in source overrides (aj)
  o Fix rhona to unconditionally read override file on startup
J
sync  
James Troup 已提交
36
  o Fix dinstall to warn if not in incoming or p-u
J
sync  
James Troup 已提交
37 38 39 40
  o db_access' get_files needs to use exceptions not this None, > 0, < 0 return val BS (?)
  o check errors on apt_pkg calls (?)
  o The untouchable flag doesn't stop adding new packages
  o jenna needs to validate arguments (?)
J
James Troup 已提交
41 42 43

===================================================================================================

J
sync  
James Troup 已提交
44 45 46 47 48
TODO
====

Packaging
---------
J
James Troup 已提交
49 50 51 52 53 54

  o Install python libraries (db_access and utils)
  o Install config file
  o Fix stuff to look in sensible places for libs and config file in debian package (?)
  o man pages and/or documentation

J
sync  
James Troup 已提交
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
Urgent
------

  o Secure incoming handling
  o [Hard] dependency checking
  o dpkg 1.7 Changed-By field support
  o Overrides for Maintainers
  o Possibly disallow binary versions >> source except for bin-only NMUs (Branden Robinson, IWJ & others)
  o Kill orphaned

Less Urgent
-----------

  o Need a poolifier that will poolify X mb a day.. (catherine)
  o Need to optimize all the queries by using EXAMINE and building some INDEXs.
  o Need to enclose all the setting SQL stuff in transactions (mostly done).
  o Need to finish alyson (a way to sync katie.conf and the DB)
  o Need log files for jenna, rhona and katie.
  o Need the ability to rebuild all other tables from dists _or_ pools (in the event of disaster) (?)
  o Make the --help and --version options do stuff for all scripts
  o Need to check for .dsc when source is mentioned
J
James Troup 已提交
76 77 78

  o fix parse_changes()/build_file_list() to sanity check filenames
  o saftey check and/or rename debs so they match what they should be
J
sync  
James Troup 已提交
79

J
James Troup 已提交
80 81
  o charisma can't handle whitespace-only lines (for the moment, this is feature)
  o Should use $EDITOR, not hardcode vi
J
sync  
James Troup 已提交
82 83 84
  o Should reject packages with bad timestamps
  o Replicate old dinstall report stuff (? needed ?)
  o Handle the case of 1:1.1 which would overwrite 1.1 (?)
J
James Troup 已提交
85 86 87
  o aj's binary-all stuff (foo-doc depending on foo) (?)
  o heidi should report suite name not ID [aj]

J
sync  
James Troup 已提交
88 89
  o fubar and warn/error wrappers like in C (?)
  o generic way of saying isabinary and isadsc. (?)
J
James Troup 已提交
90 91 92
  o substitution stuff (cf. userdir-ldap) for announce, reject etc.

  o s/distribution/suite/g