summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/repo-sync.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-09-06 22:34:33 +0200
committertv <tv@krebsco.de>2018-09-06 22:34:33 +0200
commitdb5921f163c59673ae0307088cd14bdda836c6d8 (patch)
tree56d10d6c4abc42a78bc20dea501201d1ac26fc76 /krebs/2configs/repo-sync.nix
parent000f2a7c9123fcd4b110c6c220570758d556c837 (diff)
repo-sync: announcemnaster
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r--krebs/2configs/repo-sync.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix
index 7c3b2c90..0f3d3326 100644
--- a/krebs/2configs/repo-sync.nix
+++ b/krebs/2configs/repo-sync.nix
@@ -20,7 +20,10 @@ let
verbose = false;
channel = "#xxx";
server = "irc.r";
- branches = [ "newest" ];
+ branches = [
+ "master"
+ "newest"
+ ];
};
};
};