[Buildbot-commits] [Buildbot] #1048: Buildslave on Windows XP

Buildbot buildbot-devel at lists.sourceforge.net
Thu Nov 11 01:43:01 UTC 2010


#1048: Buildslave on Windows XP
----------------------------+-----------------------------------------------
Reporter:  acamargo         |       Owner:                       
    Type:  support-request  |      Status:  new                  
Priority:  major            |   Milestone:  0.8.3                
 Version:  0.8.2            |    Keywords:  Buildslave on windows
----------------------------+-----------------------------------------------

Comment(by acamargo):

 Replying to [comment:7 dustin]:
 > That shouldn't be the case - can you figure out which buildslave script
 is getting run from the command line, and post its contents here (it
 should only be a few lines)?

 Here you have the lines of the code in the file: buildslave-script.py


 #!C:\Python26\python.exe
 # EASY-INSTALL-ENTRY-SCRIPT: 'buildbot-
 slave==0.8.2','console_scripts','buildslave'
 __requires__ = 'buildbot-slave==0.8.2'
 import sys
 from pkg_resources import load_entry_point

 if __name__ == '__main__':
     sys.exit(
         load_entry_point('buildbot-slave==0.8.2', 'console_scripts',
 'buildslave')()
     )

-- 
Ticket URL: <http://buildbot.net/trac/ticket/1048#comment:8>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list