This will deny people from creating new branches on the main repos, and to push to them. The advantage of this is that the ACLs become a lot simpler: - Fast-forward push to f and epel branches - Wild west on all forks
Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org
This will also fix https://pagure.io/fedora-infrastructure/issue/6220. Since there is no longer any entries with a specific "C" permission flag, the forks also don't need an explicit "C" flag to allow branches to be created.
I believe this was left in purposedly
Pull-Request has been closed by puiterwijk
This will deny people from creating new branches on the main repos, and to push
to them.
The advantage of this is that the ACLs become a lot simpler:
- Fast-forward push to f and epel branches
- Wild west on all forks
Signed-off-by: Patrick Uiterwijk patrick@puiterwijk.org