On 2014-11-01 00:49:34 +0800 (+0800), Jerry Xinyu Zhao wrote: > 1. Does your release team group have those permissions: > [access "refs/tags/*"] > create = group GROUP_NAME
The create permission is not needed (current examples hopefully do not list it and as far as I know we've deleted all occurrences of it from existing ACLs. > pushTag = group GROUP_NAME [...] You should not use pushTag either. For signed Git tags (the only kind you ought to be using) you need pushSignedTag permission here instead. As for branch creation you need to add... [access "refs/heads/*"] create = group GROUP_NAME Note that branch and tag deletion are not allowed and need infra-core assistance. -- Jeremy Stanley _______________________________________________ OpenStack-Infra mailing list OpenStack-Infra@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra