[Buildbot-commits] [SPAM] Re: [Buildbot] #422: Status reporting to twitter

Buildbot buildbot-devel at lists.sourceforge.net
Sun Apr 18 17:56:39 UTC 2010


#422: Status reporting to twitter
------------------------+---------------------------------------------------
Reporter:  marijn       |       Owner:       
    Type:  enhancement  |      Status:  new  
Priority:  minor        |   Milestone:  0.8.+
 Version:  0.7.9        |    Keywords:       
------------------------+---------------------------------------------------

Comment(by knoguchi):

 I had to fix two variable names before got it working.  Patch attached.

 Quick installation note
 {{{
 wget http://protocultura.cl/hg/buildbot-twitter/raw-
 file/649271fe0663/bbtwitter.py
 patch -p1 <fix_var_names.patch
 # Assume the egg is unzipped.  Adjust egg path for your env
 sudo cp bbtwitter.py /usr/lib/python2.5/site-
 packages/buildbot-0.7.12-py2.5.egg/buildbot/status/

 #then add config to master.cfg
 from buildbot.status import bbtwitter
 twitname = 'your twitter name'
 twitpass = 'your twitter password'
 c['status'].append(bbtwitter.TwitterNotifier(twitname, twitpass))

 # restart buildbot. reconfig wasn't sufficient when python code changed
 make stop
 make start
 }}}

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


More information about the Commits mailing list