diff --git a/buildbot/master.cfg b/buildbot/master.cfg index b1dc6835..02258ae3 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -349,7 +349,8 @@ c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg, change_hook_dialects={ 'base': True, 'github': True}, - change_hook_auth=["file:changehook.passwd"], + change_hook_auth=["file:changehook.passwd"], + order_console_by_time=True, ))