project-config/gerrit/acls/openstack-infra/js-afs-blob-store.config
Michael Krotscheck b51eadd09f Add js-afs-blob-store (afs-blob-store) to openstack-infra
This project is an implementation of the fs-blob-store, which exposes
an API that appears to be a real POSIX filesystem, but in reality
is a file renaming shim which sorts all documents into alphabetical
directories. /foo becomes /f/foo, /bar becomes /b/bar, etc.

This project backs our NPM mirroring script, allowing us to mirror
npm into AFS.

Needed-by: Icbaa3d28650583599d20f273ef65757783a73674
Change-Id: Ic969dd933349f718409dc9357b25ff13c0e02d29
2016-04-11 14:39:03 +00:00

16 lines
384 B
Plaintext

[access "refs/heads/*"]
abandon = group js-afs-blob-store-core
create = group js-afs-blob-store-release
label-Code-Review = -2..+2 group js-afs-blob-store-core
label-Workflow = -1..+1 group js-afs-blob-store-core
[access "refs/tags/*"]
pushSignedTag = group js-afs-blob-store-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true