Changes between Version 55 and Version 56 of RunningBuildbotOnWindows


Ignore:
Timestamp:
06/14/11 18:24:36 (2 years ago)
Author:
dabrahams
Comment:

Clarify how the environment works

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v55 v56  
    7878Finally, go back to your "Services" running as administrator and right-click "Buildbot" to start your service -- or just reboot. 
    7979 
     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 
    8082==== In a virtualenv ==== 
    8183 
     
    8991Finally, make a symlink for python, which is in your virtualenv's Scripts directory, in the root of the virtualenv. 
    9092 
    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. 
     93Next, 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. 
    9294 
    9395==== Many Buildslaves ====