summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-11-07 00:33:56 -0500
committerKristian Høgsberg <krh@redhat.com>2007-11-07 00:33:56 -0500
commit1b2b945a07af3cbc802edb92e7ae67835ac1f343 (patch)
tree7c38cb2a8fc548f8f69a42afb49ff8ec0f9371b3 /TODO
parent11f6c74d86a8b471fc2794f21ae778d423a54358 (diff)
Add the first bits of rpm file parser.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO b/TODO
index 58f17d2..746d240 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,11 @@ Towards replacing rpm + yum (0.1):
- pre-link changing binaries and libs on disk screwing up checksum?
+- nail down byte-order and word sizes of repo file.
+
+- version the sections in the file, put the element size in the header
+ so we can add stuff to elements in a backwards compatible way.
+
Misc ideas:
- eliminate duplicate entries in package property lists.
@@ -72,9 +77,6 @@ Misc ideas:
idiom for iteration of directories.
-- version the sections in the file, put the element size in the header
- so we can add stuff to elements in a backwards compatible way.
-
- overlay package sets? mount a read-only /usr over nfs or from the
virt-host and have a local package set overlaid over the read-only
one. shouldn't need new features in the core package set data
@@ -89,3 +91,6 @@ Misc ideas:
- incremental rawhide repo updates? instead of downloading 10MB zipped
repo every time, download a diff repo?
+
+- use hash tables for dirs when importing files to avoid qsorting all
+ files in rawhide.