diff options
author | makefu <github@syntax-fehler.de> | 2016-02-04 13:07:47 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-04 13:07:47 +0100 |
commit | e402c8ce1d2786abafc1efdc64adca84d174a756 (patch) | |
tree | 211f67ef1d5c6ec4d3d79a95e4991bb5eab33110 /makefu/1systems/vbob.nix | |
parent | c9cfaa010dabbd37a329a9690debf7cf7ef5e3ba (diff) |
k 3 git.nix: flesh out rules description
Diffstat (limited to 'makefu/1systems/vbob.nix')
-rw-r--r-- | makefu/1systems/vbob.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/makefu/1systems/vbob.nix b/makefu/1systems/vbob.nix index 6c8f5ca26..f4a22d720 100644 --- a/makefu/1systems/vbob.nix +++ b/makefu/1systems/vbob.nix @@ -18,25 +18,6 @@ tinc = pkgs.tinc_pre; }; - makefu.buildbot.master = { - enable = false; - irc = { - enable = true; - server = "cd.retiolum"; - channel = "retiolum"; - allowForce = true; - }; - }; - # services.logstash.enable = true; - makefu.buildbot.slave = { - enable = false; - masterhost = "localhost"; - username = "testslave"; - password = "krebspass"; - packages = with pkgs;[ git nix ]; - extraEnviron = { NIX_PATH="nixpkgs=${toString <nixpkgs>}"; }; - }; - krebs.build.source.nixpkgs = { # url = https://github.com/nixos/nixpkgs; # HTTP Everywhere + libredir |