[Buildbot-commits] [Buildbot] #1026: buildbot_service.py broken in buildslave

Buildbot buildbot-devel at lists.sourceforge.net
Wed Oct 27 19:30:54 UTC 2010


#1026: buildbot_service.py broken in buildslave
-------------------+--------------------------------------------------------
Reporter:  djs     |       Owner:         
    Type:  defect  |      Status:  new    
Priority:  major   |   Milestone:  0.8.2  
 Version:  0.8.2   |    Keywords:  windows
-------------------+--------------------------------------------------------
Changes (by dustin):

  * milestone:  undecided => 0.8.2


Comment:

 Right, the traceback is not a problem with the service - it's a problem
 with the .tac file.  With 0.8.2, you can upgrade the slave with
 'buildslave upgrade-slave'.

 As to installing in the Scripts directory -- I assume something like this,
 from the master, should be on the slave, too?

 {{{
 #!text/x-python
 scripts = ["bin/buildbot"]
 # sdist is usually run on a non-Windows platform, but the buildslave.bat
 file
 # still needs to get packaged.
 if 'sdist' in sys.argv or sys.platform == 'win32':
     scripts.append("contrib/windows/buildbot.bat")
     scripts.append("contrib/windows/buildbot_service.py")
 }}}

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


More information about the Commits mailing list