Accepting request 393432 from GNOME:Next

Prepare for hashed icon tarball

OBS-URL: https://build.opensuse.org/request/show/393432
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=27
This commit is contained in:
Bjørn Lie 2016-05-03 14:25:38 +00:00 committed by Git OBS Bridge
parent 91c201d5ef
commit b82ccb2851
2 changed files with 8 additions and 1 deletions

View File

@ -43,7 +43,7 @@ while ([ "$1" = "-R" ]); do
yast2)
# We do not validate an appdata.xml.gz in a yast2 repo: those are created by appstream-builder, and we can trust them
#if appstream-util validate-relax --nonet "$6$YAST2/appdata.xml.gz" 2>&1 > /dev/null; then
appstream-util install-origin "$2" "$6$YAST2/appdata.xml.gz" "$6$YAST2/appdata-icons.tar.gz" 2>&1 > /dev/null
appstream-util install-origin "$2" "$6$YAST2/appdata.xml.gz" "$6$YAST2/"appdata-icons*.tar.gz 2>&1 > /dev/null
#fi
;;
*)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 3 14:13:12 UTC 2016 - dimstar@opensuse.org
- InstallAppdata.sh: prepare for YaST type repositories to received
appdata-icons.tar.gz with a hashed filename in order to allow
mirrorbrain to distribute it.
-------------------------------------------------------------------
Fri Feb 5 13:36:42 UTC 2016 - tittiatcoke@gmail.com