New project: manila, python-manilaclient

Change-Id: Iad5aa40bc064bc1cb4231d2b360bc54be222dc09
This commit is contained in:
Yulia Portnova 2013-09-17 13:18:23 +03:00
parent 343841d128
commit cb07c94997
5 changed files with 81 additions and 1 deletions

View File

@ -0,0 +1,20 @@
[access "refs/*"]
owner = group Administrators
crete = group manila-core
[access "refs/heads/*"]
label-Code-Review = -2..+2 group manila-core
label-Approved = +0..+1 group manila-core
workInProgress = group manila-core
[access "refs/heads/stable/*"]
exclusiveGroupPermissions = label-Code-Review label-Approved
label-Code-Review = -2..+2 group manila-core
label-Code-Review = -1..+1 group Registered Users
label-Approved = +0..+1 group manila-core
[access "refs/tags/*"]
create = group manila-ptl
pushTag = group manila-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -0,0 +1,12 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group manila-core
label-Approved = +0..+1 group manila-core
workInProgress = group manila-core
[access "refs/tags/*"]
create = group manila-ptl
pushTag = group manila-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1381,3 +1381,21 @@
distribution: ubuntu distribution: ubuntu
system: apt system: apt
profileos: "ubuntu" profileos: "ubuntu"
- project:
name: manila
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: python-manilaclient
github-org: stackforge
node: precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs

View File

@ -3185,3 +3185,29 @@ projects:
- rally-tarball - rally-tarball
release: release:
- rally-tarball - rally-tarball
- name: stackforge/manila
check:
- gate-manila-pep8
- gate-manila-python26
- gate-manila-python27
gate:
- gate-manila-pep8
- gate-manila-python26
- gate-manila-python27
post:
- manila-branch-tarball
- manila-coverage
- name: stackforge/python-manilaclient
check:
- gate-python-manilaclient-pep8
- gate-python-manilaclient-python26
- gate-python-manilaclient-python27
gate:
- gate-python-manilaclient-pep8
- gate-python-manilaclient-python26
- gate-python-manilaclient-python27
post:
- python-manilaclient-branch-tarball
- python-manilaclient-coverage

View File

@ -417,4 +417,8 @@
upstream: git://github.com/Mirantis/fuel-ostf-tests.git upstream: git://github.com/Mirantis/fuel-ostf-tests.git
- project: stackforge/fuel-ostf-plugin - project: stackforge/fuel-ostf-plugin
upstream: git://github.com/Mirantis/fuel-ostf-plugin.git upstream: git://github.com/Mirantis/fuel-ostf-plugin.git
- project: stackforge/manila
description: "Shared filesystem management project for OpenStack."
upstream: git://github.com/bswartz/manila.git
- project: stackforge/python-manilaclient
upstream: git://github.com/bswartz/python-manilaclient.git