Split vexxhost/base-jobs out to its own Gerrit ACL

The vexxhost/base-jobs project started out sharing the Gerrit
configuration for opendev/project-config, but cross-namespace ACLs
create a bit of ambiguity. Give this repository a separate config in
its own namespace.

Change-Id: I58da8e838103223c54112229964e91d85f417cb4
This commit is contained in:
Jeremy Stanley 2021-05-01 13:13:19 +00:00
parent a8820df4ec
commit e1bf62ee90
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,13 @@
[access "refs/heads/*"]
abandon = group opendev-project-config-core
label-Code-Review = -2..+2 group opendev-project-config-core
label-Workflow = -1..+1 group opendev-project-config-core
[access "refs/tags/*"]
pushSignedTag = group opendev-project-config-release
[receive]
requireChangeId = true
[submit]
mergeContent = true

View File

@ -6326,7 +6326,6 @@
acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config
- project: vexxhost/base-jobs - project: vexxhost/base-jobs
description: Base jobs for VEXXHOST tenant description: Base jobs for VEXXHOST tenant
acl-config: /home/gerrit2/acls/opendev/project-config.config
- project: vexxhost/docker-images - project: vexxhost/docker-images
description: Docker container images for various utilities description: Docker container images for various utilities
acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config