host cd: allow tv to push all shitment refs

This commit is contained in:
tv 2015-06-18 23:11:37 +02:00
parent 89468e61cc
commit d3b0b62151

View File

@ -87,7 +87,7 @@
rules = with git; with users; with repos; [
{ user = tv;
repo = [ testing shitment ];
perm = push master [ non-fast-forward create delete merge ];
perm = push "refs/*" [ non-fast-forward create delete merge ];
}
{ user = [ lass makefu ];
repo = [ testing shitment ];