summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-02-14 23:27:37 +0100
committertv <tv@krebsco.de>2018-02-14 23:27:37 +0100
commit67e5dfa8b001c613db1f3aea849b685c1559bd99 (patch)
treea255963e9bad9e25681f0cd461bed282e814360a /tv
parent1b922a012d53643cedc68ee1ce3f8d6b29e99ef6 (diff)
tv gitrepos: drop redundant fetch permissions
Everybody already has permission to fetch via HTTP.
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/gitrepos.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix
index 2c4b486..dc50be4 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 ];