[Buildbot-commits] [Buildbot] #2704: github status is pushed twice
Buildbot trac
trac at buildbot.net
Fri Feb 28 21:40:31 UTC 2014
#2704: github status is pushed twice
----------------------+------------------------
Reporter: liucougar | Owner:
Type: defect | Status: new
Priority: minor | Milestone: undecided
Version: master | Resolution:
Keywords: |
----------------------+------------------------
Comment (by liucougar):
i am not using either of these modules you mentioned. however, with the
info you gave, I found a fix:
in buildbot/status/github.py, it misses a stopService function. when I add
the following to the file, reconfig won't trigger extra status reports
{{{
def stopService(self):
StatusReceiverMultiService.stopService(self)
self._status.unsubscribe(self)
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2704#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list