summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/buildbot/master.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-24 10:49:31 +0200
committermakefu <github@syntax-fehler.de>2017-07-24 10:49:31 +0200
commit4044ac12863b96b9e1983a95f790b50b5039e287 (patch)
treecbb328038a00c447869fe32f208147217bc8f52e /krebs/3modules/buildbot/master.nix
parent0c5fbfde85ea4d3576284206ee67c0e4f7edcad3 (diff)
mv buildbot{-classic,}
Diffstat (limited to 'krebs/3modules/buildbot/master.nix')
-rw-r--r--krebs/3modules/buildbot/master.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/buildbot/master.nix b/krebs/3modules/buildbot/master.nix
index 432b93b0..dce3745d 100644
--- a/krebs/3modules/buildbot/master.nix
+++ b/krebs/3modules/buildbot/master.nix
@@ -3,7 +3,7 @@
with import <stockholm/lib>;
let
- buildbot = pkgs.buildbot;
+ buildbot = pkgs.buildbot-classic;
buildbot-master-config = pkgs.writeText "buildbot-master.cfg" ''
# -*- python -*-
from buildbot.plugins import *