canmove, Confirmed users
1,394
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This module installs and sets up the buildslave software. Including ''buildslave'' will do both. | This module installs and sets up the buildslave software. Including ''buildslave'' will do both. | ||
= Requirability = | |||
The ''buildslave'' class can be required, if necessary: | The ''buildslave'' class can be required, if necessary: | ||
| Line 5: | Line 7: | ||
require => Class['buildslave'] | require => Class['buildslave'] | ||
= buildslave::install = | = Embedded Classes = | ||
== buildslave::install == | |||
This class installs the buildbot and buildbot-slave packages in a virtualenv keyed from the version number, with a symlink at ''/tools/buildbot'' denoting the active version. This class embodies the intelligence of what version(s) of Buildbot to install. | This class installs the buildbot and buildbot-slave packages in a virtualenv keyed from the version number, with a symlink at ''/tools/buildbot'' denoting the active version. This class embodies the intelligence of what version(s) of Buildbot to install. | ||