summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-09-06 15:11:49 -0400
committerKristian Høgsberg <krh@redhat.com>2007-09-06 15:11:49 -0400
commit309b0933b4512a4c55f7c1c6791e1dcabaa8c798 (patch)
tree37937d60fcc7e8e8597e7ab1474920177064e7a7 /TODO
parentdb830cbc888274978aeb10ef0f2769419b2aa0dd (diff)
Also import requires.
Needs more work though, only 10% of requires are unique.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 10 insertions, 7 deletions
diff --git a/TODO b/TODO
index e0ce1bb..2830d9d 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,3 @@
-- pkg manifest is list of files
-
- /usr/bin/bash 1321321372198798
-
- plus provides, requires and version?
-
- keep history of installed packages/journal of package transaction,
so we can roll back to yesterday, or see what got installed in the
latest yum update.
@@ -48,4 +42,13 @@
a word from every entry.
- signed pkgs
-- gzip pkg xml files somehow?
+
+- gzip repository of look-aside pkg xml files somehow?
+
+- transactions, proper recovery, make sure we don't poop our package
+ database (no more rm /var/lib/rpm/__cache*).
+
+- 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.