diff options
author | tv <tv@krebsco.de> | 2018-09-06 22:34:33 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-09-06 22:34:33 +0200 |
commit | db5921f163c59673ae0307088cd14bdda836c6d8 (patch) | |
tree | 56d10d6c4abc42a78bc20dea501201d1ac26fc76 /krebs/2configs/repo-sync.nix | |
parent | 000f2a7c9123fcd4b110c6c220570758d556c837 (diff) |
repo-sync: announcemnaster
Diffstat (limited to 'krebs/2configs/repo-sync.nix')
-rw-r--r-- | krebs/2configs/repo-sync.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/krebs/2configs/repo-sync.nix b/krebs/2configs/repo-sync.nix index 7c3b2c90e..0f3d3326f 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" + ]; }; }; }; |