Buildbot: Enable github hook
This commit is contained in:
parent
49135dfd24
commit
5974fbcb16
|
@ -4,4 +4,5 @@ the build master.
|
|||
"""
|
||||
|
||||
def get_change_sources():
|
||||
# Currently no sources since we're using a GitHub hook
|
||||
return []
|
||||
|
|
|
@ -25,7 +25,8 @@ def get_status(options):
|
|||
web_status = html.WebStatus(
|
||||
http_port = options.web_port,
|
||||
authz = authz,
|
||||
order_console_by_time = True
|
||||
order_console_by_time = True,
|
||||
change_hook_dialects=dict(github=True)
|
||||
)
|
||||
|
||||
return [web_status]
|
||||
|
|
Loading…
Reference in New Issue