Changes between Version 43 and Version 44 of BuildBot
- Timestamp:
- Jun 8, 2012, 9:26:08 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v43 v44 113 113 = Running buildbot master locally = 114 114 The following instruction describes how to run a buildbot master on Snow Leopard. 115 115 116 1. Install Buildbot 116 117 1. sudo easy_install-2.6 buildbot 117 118 2. sudo easy_install-2.6 simplejson 118 3. Add the path buildbot (e.g. /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/)119 2. Add the path buildbot (e.g. /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/) 119 120 3. Add following environment variables (where <WebKitCheckout> is the path to a webkit checkout e.g. /Volumes/Data/webkit) 120 121 * PYTHONPATH=<WebKitCheckout>/Tools/Scripts