#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
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to