#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
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to