Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
Tools
>
j0ke.net-worker
> sysconfig.obs-worker
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sysconfig.obs-worker of Package j0ke.net-worker (Revision 10)
Currently displaying revision
10
,
show latest
## Path: Applications/OBS ## Description: define source server host to be used ## Type: string ## Default: "localhost:6362" ## Config: OBS # # OBS_SRC_SERVER="obs-web.j0ke.net:6362" ## Path: Applications/OBS ## Description: define repository server host to be used ## Type: string ## Default: "localhost:6262" ## Config: OBS # # OBS_REPO_SERVER="obs-web.j0ke.net:6262" ## Path: Applications/OBS ## Description: define number of build instances ## Type: integer ## Default: 0 ## Config: OBS # # 0 instances will automatically use the number of CPU's OBS_WORKER_INSTANCES="0" ## Path: Applications/OBS ## Description: The base directory, where sub directories for each worker will get created ## Type: string ## Default: "" ## Config: OBS # # OBS_WORKER_DIRECTORY="/home/obs/`hostname`" ## Path: Applications/OBS ## Description: The base for port numbers used by worker instances ## Type: integer ## Default: "0" ## Config: OBS # # 0 means let the operating system assign a port number OBS_WORKER_PORTBASE="23000"