Bulat Gaifullin 4c197f283b Create packetary project
This project provides object model and API for dealing with deb
and rpm repositories. One can use this framework to
implement operations like building repository
from a set of packages, clone repository, find package
dependencies, mix repositories, pull out a subset of
packages into a separate repository, etc.

Change-Id: Ic4b285f6e8d6d0489b5c0ca6ca5eee2bdab0672f
2015-12-29 20:02:37 +00:00

17 lines
387 B
Plaintext

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