74cec71367
Cross build tool similar to icecream OBS-URL: https://build.opensuse.org/request/show/264819 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/distcc?expand=0&rev=1
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
## Type: string
|
|
## Default: "127.0.0.1"
|
|
# IP adress of allowed host or subnet which can connect to the server.
|
|
# eg.: 192.168.0.5 or 192.168.0.0/24
|
|
ALLOWED_SERVERS="127.0.0.1"
|
|
|
|
## Type: string
|
|
## Default: "--zeroconf"
|
|
# Extra parameters for the distcc server
|
|
EXTRA_PARAMS="--zeroconf"
|