summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-01-05 15:45:27 +0100
committerlassulus <lassulus@lassul.us>2018-01-05 15:45:27 +0100
commita6722fd306a19678f757680da989808af5fc9973 (patch)
tree51ae86b25c41b05822b07a95952bec92e4b5935e /krebs/2configs
parent9c6deead88c3df4d5ef10f6f4073c66ad966eda2 (diff)
hotdog.r: remove repo-sync
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/buildbot-all.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/krebs/2configs/buildbot-all.nix b/krebs/2configs/buildbot-all.nix
index ca994e99..5ea78f22 100644
--- a/krebs/2configs/buildbot-all.nix
+++ b/krebs/2configs/buildbot-all.nix
@@ -1,10 +1,6 @@
with import <stockholm/lib>;
{ lib, config, pkgs, ... }:
{
- imports = [
- <stockholm/krebs/2configs/repo-sync.nix>
- ];
-
networking.firewall.allowedTCPPorts = [ 80 8010 9989 ];
krebs.ci.enable = true;
krebs.ci.treeStableTimer = 1;