diff options
author | makefu <github@syntax-fehler.de> | 2017-07-24 10:49:31 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-24 10:49:31 +0200 |
commit | 4044ac12863b96b9e1983a95f790b50b5039e287 (patch) | |
tree | cbb328038a00c447869fe32f208147217bc8f52e /krebs/3modules/buildbot/master.nix | |
parent | 0c5fbfde85ea4d3576284206ee67c0e4f7edcad3 (diff) |
mv buildbot{-classic,}
Diffstat (limited to 'krebs/3modules/buildbot/master.nix')
-rw-r--r-- | krebs/3modules/buildbot/master.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/buildbot/master.nix b/krebs/3modules/buildbot/master.nix index 432b93b05..dce3745dc 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 * |