summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-06-08 11:28:24 +0100
committerRichard Hughes <richard@hughsie.com>2015-06-08 11:28:24 +0100
commit8000c594ddb6551c3231b1610cdefbdff99b989b (patch)
treeb53d504ded8b691b900c581a63a702e2782571a9 /README.md
parent8945103ddaa6c67a3b5ed009a56cdc173167ef4c (diff)
downloadappstream-glib-8000c594ddb6551c3231b1610cdefbdff99b989b.tar.gz
trivial: Give an example for modifyrepo
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index be349a9..a4933eb 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,16 @@ you should finally see:
You now have two choices what to do with these files. You can either upload
them with the rest of the metadata you ship (e.g. in the same directory as
-`repomd.xml` and `primary.sqlite.bz2`) which will work with Fedora 22 and later.
+`repomd.xml` and `primary.sqlite.bz2`) which will work with Fedora 22 and later:
+
+ modifyrepo_c \
+ --no-compress \
+ /tmp/asb-md/appstream.xml.gz \
+ /path/to/repodata/
+ modifyrepo_c \
+ --no-compress \
+ /tmp/asb-md/appstream-icons.tar.gz \
+ /path/to/repodata/
For Fedora 20 and 21, you have to actually install these files, so you can do
something like this in the megarpms-release.spec file: