Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Staging:C
appstream-glib
openSUSE-appstream-process
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openSUSE-appstream-process of Package appstream-glib
#!/bin/bash SRC=$1 DEST=$2 URL=https://static.opensuse.org/appstream/tumbleweed /usr/bin/appstream-builder \ --enable-hidpi \ --include-failed \ --temp-dir=/tmp/apb \ --cache-dir=/tmp/apb/cache \ --origin=appdata \ --api-version=0.8 \ --basename=appdata \ --packages-dir=${SRC} \ --output-dir=${DEST} # Change screenshot URLs to our own infrastructure; disabled, as infra not ready # appstream-util mirror-screenshots \ # ${DEST}/appdata.xml.gz \ # ${URL} \ # /usr/share/app-screenshots \ # /tmp/apb-screenshots /usr/bin/appstream-util \ status-html \ ${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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor