From 9c49d9a4396099653ca417cadf0208987de1a779 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 12 Apr 2017 12:15:15 +0200 Subject: l 2 buildbot: use prism.r --- lass/2configs/buildbot-standalone.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix index 2bd3e9914..44ee37ca9 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -219,6 +219,9 @@ in { channels = [ { channel = "retiolum"; } { channel = "noise"; } ]; allowForce = true; }; + extraConfig = '' + c['buildbotURL'] = "http://${config.networking.hostName}.r:${toString config.krebs.buildbot.master.web.port}/" + ''; }; config.krebs.buildbot.worker = { -- cgit v1.2.3