Move heat and heatclient to openstack/ and change group from heat to heat-core
So move heat to github.com/openstack - yea! (also python-heatclient) Also use the "heat-core" and "heat-drivers" teams correctly. (we only had a "heat" team before). Change-Id: I8b145bf8ddb51ed23811187538c96d6832fa9e52 Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-on: https://review.openstack.org/16593 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
3425cb3762
commit
60050bea90
@ -108,7 +108,7 @@ heat:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- heat-api/heat
|
||||
- heat-api/python-heatclient
|
||||
- openstack/heat
|
||||
- openstack/python-heatclient
|
||||
branches:
|
||||
- master
|
||||
|
@ -1,11 +0,0 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
create = group heat
|
||||
pushTag = group heat
|
||||
[access "refs/heads/*"]
|
||||
label-Approved = +0..+1 group heat
|
||||
label-Code-Review = -2..+2 group heat
|
||||
[project]
|
||||
state = active
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1,11 +0,0 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
create = group heat
|
||||
pushTag = group heat
|
||||
[access "refs/heads/*"]
|
||||
label-Approved = +0..+1 group heat
|
||||
label-Code-Review = -2..+2 group heat
|
||||
[project]
|
||||
state = active
|
||||
[submit]
|
||||
mergeContent = true
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-core
|
||||
label-Approved = +0..+1 group heat-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group heat-drivers
|
||||
label-Approved = +0..+1 group heat-drivers
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-core
|
||||
label-Approved = +0..+1 group heat-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group heat-drivers
|
||||
label-Approved = +0..+1 group heat-drivers
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -161,7 +161,7 @@
|
||||
|
||||
- project:
|
||||
name: heat
|
||||
github-org: heat-api
|
||||
github-org: openstack
|
||||
node: oneiric
|
||||
|
||||
jobs:
|
||||
@ -170,7 +170,7 @@
|
||||
|
||||
- project:
|
||||
name: python-heatclient
|
||||
github-org: heat-api
|
||||
github-org: openstack
|
||||
node: precise
|
||||
|
||||
jobs:
|
||||
|
@ -688,7 +688,7 @@ projects:
|
||||
- gate-libra-pep8
|
||||
- gate-libra-python27
|
||||
|
||||
- name: heat-api/heat
|
||||
- name: openstack/heat
|
||||
check:
|
||||
- gate-heat-merge:
|
||||
- gate-heat-pep8
|
||||
@ -701,7 +701,7 @@ projects:
|
||||
- gate-heat-python26
|
||||
- gate-heat-python27
|
||||
|
||||
- name: heat-api/python-heatclient
|
||||
- name: openstack/python-heatclient
|
||||
check:
|
||||
- gate-python-heatclient-merge:
|
||||
- gate-python-heatclient-pep8
|
||||
|
@ -9,13 +9,10 @@
|
||||
has-pull-requests: False
|
||||
has-downloads: False
|
||||
---
|
||||
- project: heat-api/heat
|
||||
options:
|
||||
- has-wiki
|
||||
description: '"Heat" keeps the clouds up ;)'
|
||||
acl_config: /home/gerrit2/acls/heat-api/heat.config
|
||||
- project: heat-api/python-heatclient
|
||||
acl_config: /home/gerrit2/acls/heat-api/python-heatclient.config
|
||||
- project: openstack/heat
|
||||
acl_config: /home/gerrit2/acls/openstack/heat.config
|
||||
- project: openstack/python-heatclient
|
||||
acl_config: /home/gerrit2/acls/openstack/python-heatclient.config
|
||||
- project: openstack-ci/devstack-gate
|
||||
acl_config: /home/gerrit2/acls/openstack-ci/devstack-gate.config
|
||||
- project: openstack-ci/gerrit
|
||||
|
Loading…
Reference in New Issue
Block a user