Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
obs-service-download_assets
clean_assets
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File clean_assets of Package obs-service-download_assets
#!/usr/bin/env bash # A small wrapper to make download_assets from the build script usable # via a source service. # config options for this host ? [[ -f /etc/obs/services/download_assets ]] && . /etc/obs/services/download_assets # config options for this user ? [[ -f "$HOME"/.obs/download_assets ]] && . "$HOME"/.obs/download_assets while test $# -gt 0; do case $1 in --outdir) MYOUTDIR="$2" shift ;; *) echo "Unknown parameter $1." echo "This service is not accepting parameters currently." exit 1 ;; esac shift done if [[ ! -d "${MYOUTDIR}" ]]; then echo "ERROR: output directory \"${MYOUTDIR}\" does not exist" exit 1 fi exec /usr/lib/build/download_assets --clean --outdir "$MYOUTDIR" .
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