Changes between Version 25 and Version 26 of SettingUpBuildslave


Ignore:
Timestamp:
04/24/14 18:28:06 (10 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v25 v26  
    77As the number of buildslaves can easily get out of hand, the OpenVPN project can make use of ''your'' help - see below for details.
    88
    9 Buildbot is described in more detail in the [http://buildbot.net/buildbot/docs/0.7.12/ Buildbot manual].
     9Buildbot is described in more detail in the [http://buildbot.net/buildbot/docs/0.8.5/ Buildbot manual].
    1010
    1111= Setting up the VPN connection =
     
    3232 1. Configure buildslave (ask for instructions from samuli)
    3333
    34 More details are available in [http://buildbot.net/buildbot/docs/latest/manual/index.html the buildbot manual].
     34More details are available in [http://buildbot.net/buildbot/docs/0.8.5/ the buildbot manual].
    3535
    3636== Installing buildbot ==
     
    4949
    5050{{{
    51 $ easy_install -n buildbot==0.7.12
     51$ easy_install -n buildbot==0.8.5
    5252}}}
    5353
     
    5555
    5656{{{
    57 $ easy_install buildbot==0.7.12
     57$ easy_install buildbot==0.8.5
    5858}}}
    5959
     
    6969
    7070||'''Operating system'''||'''Version'''||'''Architecture'''||'''24/7'''||'''Connection tests'''||'''Provided by'''||'''Notes'''||
    71 ||Debian||5 (lenny)||amd64||Yes||No||mattock||||
    7271||Debian||6 (squeeze)||i386||Yes||No||mattock||||
     72||Debian||7 (wheezy)||i386||Yes||No||mattock||||
    7373||Ubuntu||10.04||amd64||Yes||No||mattock||||
    74 ||Fedora||16||i386||No||No||mattock||||
     74||Ubuntu||12.04||amd64||Yes||No||mattock||||
    7575||CentOS||6.x||amd64||Yes||No||mattock||||
    7676||FreeBSD||7.4||amd64||Yes||No(t yet)||cron2||ongoing||
     
    8282= List of build permutations =
    8383
    84 At the moment (Sep 2011) each buildslave builds OpenVPN using all unique combinations of the following:
    85 
    86  * Branches:
    87   * "master" branch from openvpn.git
    88  * Build flags:
    89   * --disable-crypto
    90   * --disable-ssl
    91   * --disable-lzo
    92   * --disable-management
     84There are too many to list. However, the builds that use default build flags also trigger connection tests.
    9385
    9486= Troubleshooting =