Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:GA
obs-service-kiwi_label_helper.9625
kiwi_label_helper
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kiwi_label_helper of Package obs-service-kiwi_label_helper.9625
#!/bin/bash set -eu if [ "${BUILD_DIST+x}" != "x" ]; then echo "Not running in an OBS build container" exit 1 fi BUILD_DATA="${BUILD_DIST/.dist/.data}" . "${BUILD_DATA}" if [ "${RECIPEFILE##*.}" != "kiwi" ]; then echo "Recipe is not a kiwi file - exiting" exit 0 fi tmp=$(mktemp) if ! xsltproc /usr/lib/kiwi_label_helper/label_helper.xsl "${RECIPEFILE}" >> "${tmp}"; then rm "${tmp}" echo "xsltproc failed" exit 1 fi mv -f "${tmp}" "${RECIPEFILE}"
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