#2105: Mercurial hook - exceptions.ValueError: signal only works in main thread
----------------------+------------------------
Reporter:  jpichon    |       Owner:
    Type:  undecided  |      Status:  new
Priority:  major      |   Milestone:  undecided
 Version:  0.8.4p2    |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by hsorby):

 I appear to have sorted out my problem.  I had to do two things.

  1. Change reactor.run() line in hgbuildbot.hook to
 reactor.run(installSignalHandlers=0)
  2. Set the [hgbuildbot] section in .hg/hgrc from my repository where hg
 serve is running to
 {{{
  [hgbuildbot]
  master = master.is.here:8080
  branch = my_branch
  fork = true
 }}}

 After doing this I have continuous building/testing joy.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2105#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to