Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Staging:adi:134
icecream
iceccd-wrapper
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File iceccd-wrapper of Package icecream
#! /bin/sh params="" if test -n "$ICECREAM_NETNAME"; then params="$params -n $ICECREAM_NETNAME" fi if test -n "$ICECREAM_SCHEDULER_HOST"; then params="$params -s $ICECREAM_SCHEDULER_HOST" fi if test "$ICECREAM_ALLOW_REMOTE" = "no" 2> /dev/null; then params="$params --no-remote" fi if test -n "$ICECREAM_MAX_JOBS"; then if test "$ICECREAM_MAX_JOBS" -eq 0 2> /dev/null; then params="$params -m 1 --no-remote" else params="$params -m $ICECREAM_MAX_JOBS" fi fi exec /usr/sbin/iceccd $@ $params
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