Actually this should do it

This commit is contained in:
Luj 2023-01-21 19:55:57 +01:00
parent f9ba0b79e7
commit 0a5cb85cc7

View file

@ -174,7 +174,7 @@ def build_config() -> dict[str, Any]:
c["protocols"] = {"pb": {"port": "tcp:9989:interface=\\:\\:"}}
c["buildbotURL"] = BUILDBOT_URL
c["mergeRequests"] = False
c["collapseRequests"] = False
return c