~bac/charms/oneiric/buildbot-slave/fix-apt-sources

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
44
45
46
47
48
49
50
51
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
  extra-packages:
    description: |
      A space-separated list of packages to be installed.  The
      repositories to use in getting these packages should have been
      set prior to setting this value.  Calling multiple times will
      install the newly specified packages while leaving the previous
      ones installed.
    type: string
  installdir:
    description: |
      The directory where the Buildbot slave will be installed.
    type: string
    default: /var/lib/buildbot/slaves/slave