summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-04-07 01:06:09 -0400
committerKristian Høgsberg <krh@redhat.com>2008-04-07 01:06:09 -0400
commit6a4d08edadafbd9e270b15f3c9ffce2e1f79aa3d (patch)
tree00cc508c80786cb1d38ef86912e22563919f5ef7
parent6bf418ae3cf85d71085e4297c201b150a518bef4 (diff)
Misc comment/todo changes.
-rw-r--r--TODO5
-rw-r--r--main.c2
2 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 64581dc..52af771 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,6 @@ Towards replacing rpm + yum (0.1):
want to create dirs), move config files according to file
flags. (.rpmnew etc)
- - run hooks; probably fork to shell and in the parent just do a
- write() of the hook section to a pipe to the shell.
-
- store rpm headers for installed packages.
- rpm seems to consider glibc > 2.6.90 to mean greater than
@@ -28,8 +25,6 @@ Towards replacing rpm + yum (0.1):
- signed packages
-- download (libcurl?)
-
- figure out how to canonically represent empty string... ~0?
- space calculation before transaction, but ideally, do a number of
diff --git a/main.c b/main.c
index a2ef1d0..38c7e7a 100644
--- a/main.c
+++ b/main.c
@@ -578,6 +578,8 @@ command_install(int argc, const char *argv[])
razor_set_diff(system, next, download_package, curl);
curl_easy_cleanup(curl);
+ /* FIXME: We need to figure out the right install order here,
+ * so the post and pre scripts can run. */
razor_set_diff(system, next, install_package, (void *) root);
razor_set_destroy(next);