diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-04-07 01:06:09 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-04-07 01:06:09 -0400 |
commit | 6a4d08edadafbd9e270b15f3c9ffce2e1f79aa3d (patch) | |
tree | 00cc508c80786cb1d38ef86912e22563919f5ef7 | |
parent | 6bf418ae3cf85d71085e4297c201b150a518bef4 (diff) |
Misc comment/todo changes.
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | main.c | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -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 @@ -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); |