[users at bb.net] changecommentlink in buildbot nine

Paulo Matos pmatos at linki.tools
Mon Sep 11 13:29:48 UTC 2017


Hi all,
I am trying to port a buildbot from 0.9 to 0.9.11 and I can't find a
replacement for the changecommentlink feature in earlier versions. I
have this:

cc_re_tuple = (r'(PR [a-z]+/|PR ?|#)(\d+)',
	       r'https://internal/bugzilla/show_bug.cgi?id=\2')

c['status'].append(html.WebStatus(http_port=8010,
				  forceBuild = True,
				  allowForce=False,
				  order_console_by_time=True,
				  changecommentlink=cc_re_tuple))

Can't seem to be able to do something like this on buildbot nine.

Any suggestions?
-- 
Paulo Matos


More information about the users mailing list