Changes between Version 40 and Version 41 of SettingUpBuildslave


Ignore:
Timestamp:
04/29/14 13:38:49 (10 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v40 v41  
    5757
    5858Buildslave configuration is covered thoroughly in the [http://buildbot.net/buildbot/docs/latest/manual/index.html the buildbot manual]. Basically you just step through the "Creating a buildslave" section in the buildbot manual except that you should skip step 1 ("Set up the account") because the connectivity tests will require root access anyways.
     59
     60== Installing OpenSSL/PolarSSL development files ==
     61
     62We test building OpenVPN with both OpenSSL and PolarSSL backends, so you need to both of them installed on your buildslave:
     63
     64* For OpenSSL you can typically use whatever development package (e.g. ''libssl-dev'') you operating system provides, because it's APIs are fairly stable.
     65* With PolarSSL the best bet is to get latest stable version from the [https://polarssl.org/ PolarSSL homepage], because the APIs change quite often and OpenVPN tends to track the latest one.
    5966
    6067== Configuring the buildslave for connectivity tests ==