Merge "Add git-upstream as new project to stackforge"
This commit is contained in:
commit
142410fc33
@ -874,3 +874,13 @@ congress:
|
|||||||
- stackforge/python-congressclient
|
- stackforge/python-congressclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
git-upstream:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- stackforge/git-upstream
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
@ -54,6 +54,8 @@ channels:
|
|||||||
mask: full_mask
|
mask: full_mask
|
||||||
- name: fuel-tracker
|
- name: fuel-tracker
|
||||||
mask: full_mask
|
mask: full_mask
|
||||||
|
- name: git-upstream
|
||||||
|
mask: full_mask
|
||||||
- name: heat
|
- name: heat
|
||||||
- name: magnetodb
|
- name: magnetodb
|
||||||
mask: full_mask
|
mask: full_mask
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group git-upstream-core
|
||||||
|
label-Code-Review = -2..+2 group git-upstream-core
|
||||||
|
label-Workflow = -1..+1 group git-upstream-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group git-upstream-ptl
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -684,6 +684,16 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: git-upstream
|
||||||
|
github-org: stackforge
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: glance
|
name: glance
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -793,6 +793,9 @@
|
|||||||
- project: stackforge/gertty
|
- project: stackforge/gertty
|
||||||
description: Console interface to Gerrit Code Review
|
description: Console interface to Gerrit Code Review
|
||||||
use-storyboard: true
|
use-storyboard: true
|
||||||
|
- project: stackforge/git-upstream
|
||||||
|
description: Staying close to latest from OpenStack through git-upstream
|
||||||
|
upstream: https://github.com/dguerri/git-upstream.git
|
||||||
- project: stackforge/gnocchi
|
- project: stackforge/gnocchi
|
||||||
description: A time series storage and resources index service.
|
description: A time series storage and resources index service.
|
||||||
upstream: git://github.com/jd/gnocchi.git
|
upstream: git://github.com/jd/gnocchi.git
|
||||||
|
@ -1698,6 +1698,14 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- noop
|
- noop
|
||||||
|
|
||||||
|
- name: stackforge/git-upstream
|
||||||
|
check:
|
||||||
|
- gate-git-upstream-pep8
|
||||||
|
- gate-git-upstream-python27
|
||||||
|
gate:
|
||||||
|
- gate-git-upstream-pep8
|
||||||
|
- gate-git-upstream-python27
|
||||||
|
|
||||||
- name: stackforge/gerrit-dash-creator
|
- name: stackforge/gerrit-dash-creator
|
||||||
check:
|
check:
|
||||||
- noop
|
- noop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user