~benji/charms/oneiric/buildbot-slave/integration

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
options:
  script-retrieval-method:
    description: |
      How the script is retrieved. You can use bzr, brz_cat, git,
      mercurial or wget.
    type: string
    default: bzr
  script-url:
    description: |
      The url where this script lives.
    type: string
  script-path:
    description: |
      The path of the script that will be executed.
    type: string
  script-args:
    description: |
      The script arguments.
    type: string
  builders:
    description: |
      The builders that this slave should be a part of. Builders must be
      comma-separated.
    type: string
  buildbot-pkg:
    description: |
      The package name, possibly with versioning information, to be
      installed for buildbot.  Example values are 'buildbot',
      'buildbot/lucid', or 'buildbot=0.7.9'.
    type: string
    default: buildbot
  extra-repository:
    description: |
      The full line to be inserted into an apt sources.list for a repository.
      If called multiple times the new repository will be added but
      ones added previously will not be removed. An example would be:
      deb http://us.archive.ubuntu.com/ubuntu/ lucid main universe
    type: string
  installdir:
    description: |
      The directory where the Buildbot slave will be installed.
    type: string
    default: /var/lib/buildbot/slaves/slave