summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-15 21:18:29 +0100
committermakefu <github@syntax-fehler.de>2015-12-15 21:18:29 +0100
commitc4fffa3c8101f6d2c0f5eb494e1d12e7ad37b09d (patch)
treed59f6e75c70925769fcb99e4bcbe86ac778a532c /1systems
parentbb096de06fda9f0957a736b44494ae0f54fa70bf (diff)
m 1 pornocauster: use latest buildbot for stable build
Diffstat (limited to '1systems')
-rw-r--r--1systems/pornocauster.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/1systems/pornocauster.nix b/1systems/pornocauster.nix
index 977289470..6f176b7fa 100644
--- a/1systems/pornocauster.nix
+++ b/1systems/pornocauster.nix
@@ -36,11 +36,17 @@
# ../2configs/mediawiki.nix
#../2configs/wordpress.nix
];
- nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
+ nixpkgs.config.packageOverrides = pkgs: {
+ tinc = pkgs.tinc_pre;
+ buildbot = let
+ pkgs1509 = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
+ in pkgs1509.buildbot;
+ };
+ makefu.buildbot.master.enable = true;
+
#krebs.Reaktor.enable = true;
#krebs.Reaktor.nickname = "makefu|r";
-
- krebs.build.host = config.krebs.hosts.pornocauster;
+ # nix.binaryCaches = [ "http://acng.shack/nixos" "https://cache.nixos.org" ];
environment.systemPackages = with pkgs;[
get
@@ -58,4 +64,5 @@
25
];
+ krebs.build.host = config.krebs.hosts.pornocauster;
}