Changes between Version 2 and Version 3 of SettingUpBuildslave


Ignore:
Timestamp:
07/23/10 09:33:38 (14 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v2 v3  
    2323= Setting up a buildslave =
    2424
    25 To configure your computer to act as buildslave two conditions must be met:
     25== Basic steps ==
    2626
    27  * You must be able to build OpenVPN manually
    28  * If you want to automatically build packages (e.g. deb/rpm) for your platform, you need to be able to do it manually first.
    29  * You must [http://buildbot.net/buildbot/docs/0.7.12/#Installation install buildbot]. Our buildmaster instance is running Buildbot 0.7.12, so installing that exact version is safest.
     27Setting up a buildslave requires a few steps:
     28
     29 1. Make sure you can [wiki:TesterDocumentation build OpenVPN manually]
     30 1. If you want to automatically build packages (e.g. deb/rpm) for your platform, you need to be able to do it manually first. Consult your OS'es documentation for more details.
     31 1. [http://buildbot.net/buildbot/docs/0.7.12/#Requirements Install buildbot requirements].
     32 1. Download and install buildbot using one of the methods described [http://buildbot.net/trac/wiki/DownloadInstall here]. More instructions are available [http://buildbot.net/buildbot/docs/0.7.12/#Installation here]. You should install Buildbot 0.7.12 which the ''buildmaster'' is using.
    3033
    3134
     35== Installing buildslave using easy_install ==
     36
     37Probably easiest way is to install buildbot is by using [http://pypi.python.org/pypi/setuptools easy_install] if that's available on your platform. This will keep buildslave isolated from your OS'es package management.
     38
     39