Changes between Version 77 and Version 78 of SettingUpBuildslave


Ignore:
Timestamp:
09/23/16 10:31:36 (8 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v77 v78  
    118118=== Setting up a new buildslave instance ===
    119119
    120 This command is the same regardless of how you install or setup the buildslave, so it is shown here. You need to run this command ''after'' you have installed buildbot-slave, or it will fail:
    121 
    122 {{{
    123 buildslave create-slave /var/lib/buildbot/slaves/openvpn 10.177.36.101:9989 slave-<youralias>-<operatingsystem>-<version>-<architecture> <buildslave-password>
    124 }}}
     120This command is the same regardless of how you install or setup the buildslave, so it is shown here. You need to run this command ''after'' you have installed buildbot-slave, or it will fail.
     121
     122{{{
     123$ buildslave create-slave /var/lib/buildbot/slaves/openvpn 10.177.36.101:9989 <slavename>
     124}}}
     125
     126The slavename translates to ''slave-<youralias>-<operatingsystem>-<version>-<architecture> <buildslave-password>''.
    125127
    126128This will create a buildslave instance to ''/var/lib/buildbot/slaves/openvpn''. You do ''not'' need to use that directory, but Debian and Ubuntu use it by default, and it seems like a reasonable place for !RedHat derivatives as well.