Changes between Version 8 and Version 9 of SettingUpBuildslave


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v8 v9  
    3737=== Installing buildbot using easy_install ===
    3838
    39 Probably 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 and take care of dependencies for you. It is easiest (but [http://peak.telecommunity.com/DevCenter/EasyInstall#custom-installation-locations not necessary) to run ''setuptools'' as root:
     39Probably easiest way is to install buildbot is by using [http://pypi.python.org/pypi/setuptools easy_install]: it should be available your OS'es software repository. Using ''easy_install'' will keep buildslave isolated from your OS'es package management and take care of dependencies for you. It is easiest (but [http://peak.telecommunity.com/DevCenter/EasyInstall#custom-installation-locations not necessary) to run ''easy_install'' as root:
    4040
    4141First switch to root account, e.g. using sudo or su:
     
    5757}}}
    5858
     59Once buildslave is installed you can and should switch to an ordinary user account.
     60
    5961== Configuring the buildslave ==
    6062
    61 Once buildslave is installed you can and should switch to an ordinary user account. You can then just follow the official buildslave setup instructions:
     63Buildslave configuration is covered thoroughly in the official buildslave setup instructions:
    6264
    6365 * http://buildbot.net/buildbot/docs/0.7.12/#Creating-a-buildslave