diff options
| author | lassulus <lass@lassul.us> | 2017-04-12 12:15:15 +0200 |
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-04-12 12:15:15 +0200 |
| commit | 9c49d9a4396099653ca417cadf0208987de1a779 (patch) | |
| tree | 012637f3eb4575118dc29b7ecc82096d60fe77e5 | |
| parent | f7897e0b4cfd85d540b41f7928ec2f3eb1a0ed79 (diff) | |
l 2 buildbot: use prism.r
| -rw-r--r-- | lass/2configs/buildbot-standalone.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |
