diff options
author | lassulus <lassulus@lassul.us> | 2018-02-16 22:41:25 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-02-16 22:41:25 +0100 |
commit | 13e289a69d1c901e6f1a044ce8973433e9e43880 (patch) | |
tree | b9181ce0b1a53910e9c73127ca0272eb6c699b63 /tv/2configs | |
parent | e6486980dd1821d62aae4015092c7e719b23622b (diff) | |
parent | 69247ffe949fa6918a4e5667c211c2f3643cb086 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/gitrepos.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 2c4b4868e..dc50be4f1 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -128,11 +128,6 @@ let { repo = [ repo ]; perm = push "refs/*" [ non-fast-forward create delete merge ]; } ++ - optional repo.public { - user = attrValues config.krebs.users; - repo = [ repo ]; - perm = fetch; - } ++ optional (repo.collaborators or [] != []) { user = repo.collaborators; repo = [ repo ]; |