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
## Path: Applications/OBS ## Description: define source server host to be used ## Type: string ## Default: "localhost:6362" ## Config: OBS # # OBS_SRC_SERVER="backend.obs.j0ke.net:6362" ## Path: Applications/OBS ## Description: define repository server host to be used ## Type: string ## Default: "localhost:6262" ## Config: OBS # # OBS_REPO_SERVERS="backend.obs.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" ## Path: Applications/OBS ## Description: Number of parallel compile jobs per worker ## Type: integer ## Default: "1" ## Config: OBS # OBS_WORKER_JOBS="1" ## Path: Applications/OBS ## Description: Run in test mode (build results will be ignore, no job blocking) ## Type: ("yes" | "") ## Default: "" ## Config: OBS # OBS_WORKER_TEST_MODE="" ## Path: Applications/OBS ## Description: The base for OBS communucation directory ## Type: string ## Default: "/var/run/obs" ## Config: OBS OBS_RUN_DIR="/var/run/obs" ## Path: Applications/OBS ## Description: The base for OBS logging directory ## Type: string ## Default: "/var/log/obs" ## Config: OBS OBS_LOG_DIR="/var/log/obs" ## Path: Applications/OBS ## Description: Register in SLP server ## Type: ("yes" | "") ## Default: "" ## Config: OBS # # OBS_USE_SLP="" ## Path: Applications/OBS ## Description: Cache directory ## Type: string ## Default: "" ## Config: OBS # # OBS_CACHE_DIR="/home/obs/cache" ## Path: Applications/OBS ## Description: Cache directory size ## Type: size in MB ## Default: "" ## Config: OBS # # OBS_CACHE_SIZE="5120" ## Path: Applications/OBS ## Description: Use LVM for worker ## Type: ("yes" | "no") ## Default: "no" ## Config: OBS OBS_WORKER_USE_LVM="yes"