Create bash8 project in openstack-dev

This new project space will hold the bash8 python module
from devstack so it can be published to PyPI and utilized
in other projects.

Partial-Bug: 1243660

Change-Id: Ic44ec68ba4df947ad0c4b6638208dcfdab4b43f5
This commit is contained in:
Mathew Odden 2014-04-18 20:42:35 -05:00
parent 415842d361
commit 1fad41479b
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group bash8-core
label-Workflow = -1..+1 group bash8-core
[access "refs/tags/*"]
create = group bash8-ptl
pushSignedTag = group bash8-ptl
[project]
status = active
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2362,3 +2362,12 @@
jobs:
- python-jobs
- project:
name: bash8
github-org: openstack-dev
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs

View File

@ -1,3 +1,6 @@
- project: openstack-dev/bash8
description: A pep8 equivalent for bash scripts
upstream: git://github.com/locke105/bash8.git
- project: openstack-dev/cookiecutter
description: Cookiecutter Template for new OpenStack projects
upstream: git://github.com/emonty/cookiecutter-openstack.git

View File

@ -2363,6 +2363,19 @@ projects:
# Section: OpenStack development projects
- name: openstack-dev/bash8
check:
- gate-bash8-pep8
- gate-bash8-python26
- gate-bash8-python27
gate:
- gate-bash8-pep8
- gate-bash8-python26
- gate-bash8-python27
post:
- bash8-branch-tarball
- bash8-coverage
- name: openstack-dev/cookiecutter
check:
- noop