Misc comment/todo changes.
authorKristian Høgsberg <krh@redhat.com>
Mon, 7 Apr 2008 05:06:09 +0000 (01:06 -0400)
committerKristian Høgsberg <krh@redhat.com>
Mon, 7 Apr 2008 05:06:09 +0000 (01:06 -0400)
TODO
main.c

diff --git a/TODO b/TODO
index 64581dc..52af771 100644 (file)
--- 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 (file)
--- 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);