project-config/gerrit/acls/openstack/giftwrap.config
Jesse Keating 6ac5e704af Add giftwrap to OpenStack
Moving from bluebox to openstack/

Giftwrap is a utility to build artifacts from git repos, specifically
OpenStack project repos. A common pattern is to build python venvs out
of the repos, with expressed extra content to go into the venvs, and
wrap those up into into a packaging format such as deb or docker. Blue
Box uses this to build and deploy OpenStack code and there has been
great interest in other operators making use of it too. We're beinging
it into OpenStack to better manage contribution, testing, etc...

All code has been developed under an Apache 2.0 license and has no
restrictions on distribution or deployment.

Giftwrap will run regular meetings, and after the iniital PTL period for
Jesse Keating, PTLs and core members will be decided by election.

Giftwrap was introduced to the broader OpenStack community at the Paris
OpenStack Summit, and has been discussed and shared at numerous Summits
and Ops Meetups since.

Giftwrap has been ran as an open source project since its inception, and
has accepted contribution from contributors outside of Blue Box. To
broaden the contributor base we want to divorce it from the blueboxgroup
organization to make it clear that it is a general purpose tool rather
than something explicitly for Blue Box's needs.

Note, launchpad and pypi are "python-giftwrap" due to a naming
collision.

Change-Id: I721839a353f44f1d050163b58682c6577e9e15b9
2016-02-16 13:26:32 +00:00

16 lines
339 B
Plaintext

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