Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | magnus | 1 | Items which still need to be done: |
2 | |||
3 | (general) |
||
4 | |||
5 | * Support tools for manipulating metadata (which really means 'anything |
||
6 | stored in database files'). |
||
7 | |||
8 | * Support rebuild-dbs (including invocation from rebuild-all)? |
||
9 | - What can this do with stuff that has migrated between distributions? |
||
10 | |||
11 | (for debian-installer support) |
||
12 | |||
13 | * Handle udeb packages correctly (entries go into |
||
14 | dists/<dist>/<section>/debian-installer/<binary>/Packages instead of |
||
15 | dists/<dist>/<section>/<binary>/Packages) |
||
16 | |||
17 | (for hooks) |
||
18 | |||
19 | * Hooks |
||
20 | - Installation |
||
21 | - Rejection |
||
22 | - Byhand (with some sort of requeue? Or "byhand MUST be missing"?) |
||
23 | |||
24 | |||
25 | (for sane binary-all) |
||
26 | |||
27 | * Support an external source for binary-all data (for example, snarfing it |
||
28 | out of a Packages file from http.us.debian.org). |
||
29 | |||
30 | (unknown) |
||
31 | |||
32 | * Integrate with (or emulate) debsig-verify, to allow for verification of |
||
33 | signed deb files (in addition to signed metadata). |
||
34 | |||
35 | * Some way to double-parse values in $archive (allowing the equivalent of |
||
36 | relative path references from archive_dir, so that changes are reflected |
||
37 | in all other paths by default). |