Changes between Version 55 and Version 56 of RunningBuildbotOnWindows
- Timestamp:
- 06/14/11 18:24:36 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningBuildbotOnWindows
v55 v56 78 78 Finally, go back to your "Services" running as administrator and right-click "Buildbot" to start your service -- or just reboot. 79 79 80 '''Note:''' any environment variables that need to be set on the slave machine for your bot's build commands to work have to be set in the global System Environment settings or (better) in the unprivileged user's User Environment settings. 81 80 82 ==== In a virtualenv ==== 81 83 … … 89 91 Finally, make a symlink for python, which is in your virtualenv's Scripts directory, in the root of the virtualenv. 90 92 91 Next, you'll want to update the service's environment so that the virtualenv is in the PATH. [http://stackoverflow.com/questions/305870/windows-services-and-environment-variables/2728574#2728574 This article] shows how to do that. 93 Next, you'll want to update the service's environment so that the virtualenv is in the PATH. [http://stackoverflow.com/questions/305870/windows-services-and-environment-variables/2728574#2728574 This article] shows how to do that. '''Note:''' any environment variables set here will ''not'' propagate to the build commands issued by the bot. Those should be set in the User Environment of the unprivileged user as described above. 92 94 93 95 ==== Many Buildslaves ====
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)