Allow deb-packaging-core to push tags

We need to push tags to the git, otherwise, we don't have a ref
to build the orig.tar.xz files. For example, Alembic upstream uses
rel_0.6.2, which isn't nice for us. We need to push instead a new
label 0.6.2, which will be used by "git archive" to generate the
tarball.

On top of that, we need to be able to sign normal debian/newton
branch whenever we upload to Debian.

Change-Id: Ib6f9179134abfd38479096de3e99b99a7afe34a0
This commit is contained in:
Thomas Goirand 2016-09-05 09:28:48 +02:00
parent d4405275b3
commit 5eb1f3a489

View File

@ -7,6 +7,9 @@ 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