~charmers/charms/precise/distcc/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
options:
  port:
    default: 3632
    type: int
    description: Port to use to run distcc
  nice:
    default: 10
    type: int
    description: You can specify a (positive) nice level for the distcc process here
  jobs:
    default: 10
    type: int
    description: You can specify a maximum number of jobs, the server will accept concurrently.
  zeroconf:
    default: "false"
    type: string
    description: Enable Zeroconf support?# If enabled, distccd will register via mDNS/DNS-SD. It can then automatically be found by zeroconf enabled distcc clients without the need of a manually configured host list.
  distcc_options:
    default: cpp,lzo
    type: string
    description: distcc options for each host in the farm
  existing_distcc:
    default: auto
    type: string
    description: Connect this node to an existing distcc ( host:port ).