Add BillingStack
Change-Id: I4860ee54a3f3975c685bc944294ce277b0749364 Reviewed-on: https://review.openstack.org/28511 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
06767389b4
commit
566195923d
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group billingstack-core
|
||||
label-Approved = +0..+1 group billingstack-core
|
||||
[access "refs/tags/*"]
|
||||
create = group billingstack-milestone
|
||||
pushTag = group billingstack-milestone
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -619,6 +619,20 @@
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: billingstack
|
||||
github-org: stackforge
|
||||
node: quantal
|
||||
tarball-site: tarballs.openstack.org
|
||||
rtfd-id: 6367
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- hook-{name}-rtfd
|
||||
- gate-{name}-pyflakes
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: packstack
|
||||
github-org: stackforge
|
||||
|
@ -1218,6 +1218,28 @@ projects:
|
||||
- python-monikerclient-tarball:
|
||||
- python-monikerclient-pypi-upload
|
||||
|
||||
- name: stackforge/billingstack
|
||||
check:
|
||||
- gate-billingstack-pyflakes
|
||||
- gate-billingstack-pep8
|
||||
- gate-billingstack-python26
|
||||
- gate-billingstack-python27
|
||||
gate:
|
||||
- gate-billingstack-pep8
|
||||
- gate-billingstack-pyflakes
|
||||
- gate-billingstack-python26
|
||||
- gate-billingstack-python27
|
||||
post:
|
||||
- hook-billingstack-rtfd
|
||||
- billingstack-coverage
|
||||
- billingstack-branch-tarball
|
||||
pre-release:
|
||||
- billingstack-tarball
|
||||
release:
|
||||
- billingstack-tarball:
|
||||
- billingstack-pypi-upload
|
||||
|
||||
|
||||
- name: stackforge/bufunfa
|
||||
check:
|
||||
- gate-bufunfa-pep8
|
||||
|
@ -109,6 +109,9 @@
|
||||
- project: stackforge/python-libraclient
|
||||
- project: stackforge/marconi
|
||||
- project: stackforge/moniker
|
||||
- project: stackforge/billingstack
|
||||
upstream: git://github.com/billingstack/billingstack
|
||||
description: Billing software
|
||||
- project: stackforge/python-monikerclient
|
||||
- project: stackforge/python-reddwarfclient
|
||||
- project: stackforge/reddwarf
|
||||
|
Loading…
Reference in New Issue
Block a user