# HG changeset patch # User Kristian H?gsberg # Date 1207544769 14400 # Node ID 4c4955871c218cefe4c7ff71a632ca12cb9fd4bb # Parent 9ce6d4e1b06739569c2b0978d9ec8e2865b4a40f Misc comment/todo changes. diff -r 9ce6d4e1b067 -r 4c4955871c21 TODO --- a/TODO Mon Apr 07 01:03:07 2008 -0400 +++ b/TODO Mon Apr 07 01:06:09 2008 -0400 @@ -6,9 +6,6 @@ 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 @@ - signed packages -- download (libcurl?) - - figure out how to canonically represent empty string... ~0? - space calculation before transaction, but ideally, do a number of diff -r 9ce6d4e1b067 -r 4c4955871c21 main.c --- a/main.c Mon Apr 07 01:03:07 2008 -0400 +++ b/main.c Mon Apr 07 01:06:09 2008 -0400 @@ -578,6 +578,8 @@ 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);