From: James Bowes Date: Thu, 26 Jun 2008 22:41:55 +0000 (-0400) Subject: Save the details and files repo files when importing a dir of rpms X-Git-Tag: 0.1~84 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=e85c7b8eac548a22e523c3e746d07b5fda72c726;p=razor2.git%2F.git Save the details and files repo files when importing a dir of rpms --- diff --git a/src/main.c b/src/main.c index 268eece..c2ecd6e 100644 --- a/src/main.c +++ b/src/main.c @@ -622,6 +622,8 @@ command_import_rpms(int argc, const char *argv[]) set = razor_importer_finish(importer); razor_set_write(set, repo_filename, RAZOR_REPO_FILE_MAIN); + razor_set_write(set, "system-details.repo", RAZOR_REPO_FILE_DETAILS); + razor_set_write(set, "system-files.repo", RAZOR_REPO_FILE_FILES); razor_set_destroy(set); printf("wrote %s\n", repo_filename);