diff options
author | lassulus <lassulus@lassul.us> | 2018-01-05 15:45:27 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-01-05 15:45:27 +0100 |
commit | a6722fd306a19678f757680da989808af5fc9973 (patch) | |
tree | 51ae86b25c41b05822b07a95952bec92e4b5935e /krebs | |
parent | 9c6deead88c3df4d5ef10f6f4073c66ad966eda2 (diff) |
hotdog.r: remove repo-sync
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/1systems/hotdog/config.nix | 5 | ||||
-rw-r--r-- | krebs/2configs/buildbot-all.nix | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/krebs/1systems/hotdog/config.nix b/krebs/1systems/hotdog/config.nix index 73b5377bd..98fb88702 100644 --- a/krebs/1systems/hotdog/config.nix +++ b/krebs/1systems/hotdog/config.nix @@ -20,10 +20,5 @@ boot.isContainer = true; networking.useDHCP = false; - krebs.repo-sync.repos.stockholm.timerConfig = { - OnBootSec = "5min"; - OnUnitInactiveSec = "2min"; - RandomizedDelaySec = "2min"; - }; krebs.ci.stockholmSrc = "http://cgit.prism.r/stockholm"; } diff --git a/krebs/2configs/buildbot-all.nix b/krebs/2configs/buildbot-all.nix index ca994e996..5ea78f227 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; |