Add new project stackforge/python-libraclient
Change-Id: Ifaf52ebf4bfb507e721642b4946c0f0c6d9e915e Reviewed-on: https://review.openstack.org/18824 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
ae09280623
commit
df9cd8a647
@ -51,6 +51,7 @@ stackforge-dev:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- stackforge/libra
|
- stackforge/libra
|
||||||
|
- stackforge/python-libraclient
|
||||||
- stackforge/python-reddwarfclient
|
- stackforge/python-reddwarfclient
|
||||||
- stackforge/reddwarf
|
- stackforge/reddwarf
|
||||||
branches:
|
branches:
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
owner = group Administrators
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group libra-core
|
||||||
|
label-Approved = +0..+1 group libra-core
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -417,6 +417,13 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-libraclient
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: healthnmon
|
name: healthnmon
|
||||||
|
@ -701,6 +701,15 @@ projects:
|
|||||||
- gate-libra-pep8
|
- gate-libra-pep8
|
||||||
- gate-libra-python27
|
- gate-libra-python27
|
||||||
|
|
||||||
|
- name: stackforge/python-libraclient
|
||||||
|
check:
|
||||||
|
- gate-python-libraclient-pep8
|
||||||
|
- gate-python-libraclient-python27
|
||||||
|
gate:
|
||||||
|
- gate-python-libraclient-pep8
|
||||||
|
- gate-python-libraclient-python27
|
||||||
|
|
||||||
|
|
||||||
- name: stackforge/healthnmon
|
- name: stackforge/healthnmon
|
||||||
check:
|
check:
|
||||||
- gate-healthnmon-pep8
|
- gate-healthnmon-pep8
|
||||||
|
@ -133,6 +133,8 @@
|
|||||||
upstream: git://github.com/healthnmon/healthnmon.git
|
upstream: git://github.com/healthnmon/healthnmon.git
|
||||||
- project: stackforge/libra
|
- project: stackforge/libra
|
||||||
acl_config: /home/gerrit2/acls/stackforge/libra.config
|
acl_config: /home/gerrit2/acls/stackforge/libra.config
|
||||||
|
- project: stackforge/python-libraclient
|
||||||
|
acl_config: /home/gerrit2/acls/stackforge/python-libraclient.config
|
||||||
- project: stackforge/marconi
|
- project: stackforge/marconi
|
||||||
acl_config: /home/gerrit2/acls/stackforge/marconi.config
|
acl_config: /home/gerrit2/acls/stackforge/marconi.config
|
||||||
- project: stackforge/moniker
|
- project: stackforge/moniker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user