Add a scratchpad gerrit repo for zigo
I'd like to play with the Gerrit API with curl with an existing gerrit repository. Please allow me to train before going live. Change-Id: If7ecca00032e075f39cb9d3552152836136b7405
This commit is contained in:
parent
b235adc63b
commit
eb3f3ee568
18
dev/gerrit/acls/deb-packaging.config
Normal file
18
dev/gerrit/acls/deb-packaging.config
Normal file
@ -0,0 +1,18 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group deb-packaging-core
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group deb-packaging-core
|
||||
create = group deb-packaging-release
|
||||
label-Code-Review = -2..+2 group deb-packaging-core
|
||||
label-Workflow = -1..+1 group deb-packaging-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group deb-packaging-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -4,6 +4,10 @@
|
||||
- project: gtest-org/test
|
||||
- project: gtest-org/test2
|
||||
- project: gtest-org/test3
|
||||
- project: gtest-org/test-deb-alembic
|
||||
description: Debian package build scripts for alembic project
|
||||
acl-config: /home/gerrit2/acls/deb-packaging.config
|
||||
upstream: https://git.openstack.org/openstack/deb-alembic
|
||||
- project: gtest-org/test-manage-project
|
||||
acl-config: /home/gerrit2/acls/test-manage-project.config
|
||||
- project: gtest-org/test.hyphen
|
||||
|
Loading…
Reference in New Issue
Block a user