Merge "Create bash8 project in openstack-dev"

This commit is contained in:
Jenkins 2014-04-30 22:31:24 +00:00 committed by Gerrit Code Review
commit 8c386074ea
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

@ -2385,3 +2385,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

@ -2410,6 +2410,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