b51eadd09f
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
16 lines
384 B
Plaintext
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
|