Adds the 1st initial package for upstream infra packaging

openstack-pkg-tools is the one tool that is used for setting-up the
packaging build environment and scripts for doing the actual build.
So this is the first one which I am trying to add.

Change-Id: Ib07a89d1e1baf0c56343c32c5da680fca8153172
This commit is contained in:
Thomas Goirand 2015-08-24 16:55:57 +02:00 committed by Ivan Udovichenko
parent 29a714741b
commit aeb60ffea3
5 changed files with 35 additions and 0 deletions

View File

@ -150,6 +150,7 @@ channels:
- name: openstack-operators
- name: openstack-opw
- name: openstack-oslo
- name: openstack-pkg
- name: openstack-poppy
- name: openstack-qa
- name: openstack-raksha

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group deb-packaging-core
label-Code-Review = -2..+2 group deb-packaging-core
label-Workflow = -1..+1 group deb-packaging-core
[access "refs/tags/*"]
pushSignedTag = group deb-packaging-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1071,6 +1071,9 @@
- project: openstack/cue-dashboard
description: Horizon plugin for Cue.
acl-config: /home/gerrit2/acls/openstack/cue.config
- project: openstack/deb-openstack-pkg-tools
description: build tools for Debian packages
upstream: git://anonscm.debian.org/openstack/deb-openstack-pkg-tools.git
- project: openstack/debtcollector
description: A collection of python patterns that help you collect your technical
debt in a non-destructive manner

View File

@ -1237,6 +1237,18 @@ openstack-oslo:
branches:
- master
openstack-pkg:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- openstack/deb-openstack-pkg-tools
branches:
- master
- debian/kilo
- debian/liberty
openstack-poppy:
events:
- patchset-created

View File

@ -4016,6 +4016,11 @@ projects:
- name: merge-check
- name: python-jobs
- name: openstack/deb-openstack-pkg-tools
template:
- name: merge-check
- name: noop-jobs
- name: openstack/debtcollector
template:
- name: merge-check