From 6a4d08edadafbd9e270b15f3c9ffce2e1f79aa3d Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Mon, 7 Apr 2008 01:06:09 -0400 Subject: Misc comment/todo changes. --- TODO | 5 ----- main.c | 2 ++ 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); -- cgit v1.2.3