git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5341651
)
Save the details and files repo files when importing a dir of rpms
author
James Bowes
<jbowes@redhat.com>
Thu, 26 Jun 2008 22:41:55 +0000 (18:41 -0400)
committer
James Bowes
<jbowes@redhat.com>
Thu, 26 Jun 2008 22:41:55 +0000 (18:41 -0400)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
268eece
..
c2ecd6e
100644
(file)
--- 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);