summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-09-26 00:08:03 -0400
committerKristian Høgsberg <krh@redhat.com>2007-09-26 00:08:03 -0400
commitae55cfee68ae747c881a2c865f3662bbbff4a58d (patch)
treead6552f5bec02d7b080d95f09b1972e1d49ea751 /TODO
parent572fbb928e8dc34196a3ef94275684d60a42bd9b (diff)
Update TODO; prune a couple of obsolete items, add a new few new.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 8 insertions, 5 deletions
diff --git a/TODO b/TODO
index 344d328..8791c1d 100644
--- a/TODO
+++ b/TODO
@@ -51,16 +51,19 @@
- no external dependencies, forget about bdb, sqlite. It's *simple*
and we need to control the on-disk format for these tools.
-- 20740 requires, 2246 unique... hmm.
-
- diff from one package set to another answers: "what changed in
rawhide between since yesterday?"
- rewrite qsort and bsearch that doesn't require global context var
and can output a map describing the permutaion.
-- move package lists out of the property pool, remap properties and
- packages in the two pools by just iterating through the pools.
-
- use hash table for package and property lists so we only store
unique lists (like for string pool).
+
+- use existing, running system as repo; eg
+
+ razor update razor://other-box.local evince
+
+ to pull eg the latest evince and dependencies from another box. We
+ should be able to regenerate a rzr pkg from the system so we can
+ reuse the signature from the originating repo.