Changes between Version 9 and Version 10 of SettingUpBuildslave


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v9 v10  
    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]: 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:
     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:
     
    4848
    4949{{{
    50 easy_install -n buildbot==0.7.12
     50$ easy_install -n buildbot==0.7.12
    5151}}}
    5252
     
    5454
    5555{{{
    56 easy_install buildbot==0.7.12
     56$ easy_install buildbot==0.7.12
    5757}}}
    5858