Misc comment/todo changes.
1.1 --- a/TODO Mon Apr 07 01:03:07 2008 -0400
1.2 +++ b/TODO Mon Apr 07 01:06:09 2008 -0400
1.3 @@ -6,9 +6,6 @@
1.4 want to create dirs), move config files according to file
1.5 flags. (.rpmnew etc)
1.6
1.7 - - run hooks; probably fork to shell and in the parent just do a
1.8 - write() of the hook section to a pipe to the shell.
1.9 -
1.10 - store rpm headers for installed packages.
1.11
1.12 - rpm seems to consider glibc > 2.6.90 to mean greater than
1.13 @@ -28,8 +25,6 @@
1.14
1.15 - signed packages
1.16
1.17 -- download (libcurl?)
1.18 -
1.19 - figure out how to canonically represent empty string... ~0?
1.20
1.21 - space calculation before transaction, but ideally, do a number of
2.1 --- a/main.c Mon Apr 07 01:03:07 2008 -0400
2.2 +++ b/main.c Mon Apr 07 01:06:09 2008 -0400
2.3 @@ -578,6 +578,8 @@
2.4 razor_set_diff(system, next, download_package, curl);
2.5 curl_easy_cleanup(curl);
2.6
2.7 + /* FIXME: We need to figure out the right install order here,
2.8 + * so the post and pre scripts can run. */
2.9 razor_set_diff(system, next, install_package, (void *) root);
2.10
2.11 razor_set_destroy(next);