Merge "Create bash8 project in openstack-dev"
This commit is contained in:
commit
8c386074ea
@ -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
|
@ -2385,3 +2385,12 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: bash8
|
||||||
|
github-org: openstack-dev
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
@ -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
|
- project: openstack-dev/cookiecutter
|
||||||
description: Cookiecutter Template for new OpenStack projects
|
description: Cookiecutter Template for new OpenStack projects
|
||||||
upstream: git://github.com/emonty/cookiecutter-openstack.git
|
upstream: git://github.com/emonty/cookiecutter-openstack.git
|
||||||
|
@ -2410,6 +2410,19 @@ projects:
|
|||||||
|
|
||||||
# Section: OpenStack development 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
|
- name: openstack-dev/cookiecutter
|
||||||
check:
|
check:
|
||||||
- noop
|
- noop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user