- openSUSE-appstream-process: compress the status html files

(boo#942985).

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2015-09-01 06:55:54 +00:00 committed by Git OBS Bridge
parent bdca976977
commit 594266d710
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 1 06:55:23 UTC 2015 - dimstar@opensuse.org
- openSUSE-appstream-process: compress the status html files
(boo#942985).
-------------------------------------------------------------------
Thu Jul 23 14:11:53 UTC 2015 - zaitor@opensuse.org

View File

@ -27,8 +27,13 @@ URL=https://static.opensuse.org/appstream/tumbleweed
${DEST}/appdata.xml.gz \
${DEST}/appdata.html
# compress the HTML file (boo#942985)
xz -9 ${DEST}/appdata.html
/usr/bin/appstream-util \
status-html \
${DEST}/appdata-failed.xml.gz \
${DEST}/appdata-failed.html
# compress the HTML file (boo#942985)
xz -9 ${DEST}/appdata-failed.html