[Buildbot-commits] [Buildbot] #2105: Mercurial hook - exceptions.ValueError: signal only works in main thread

Buildbot nobody at buildbot.net
Thu Sep 22 04:26:03 UTC 2011


#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


More information about the Commits mailing list