Rename moniker to designate.
Change-Id: Ie50b89a33a39b45816469c8b2fb00cf2d6df20de Reviewed-on: https://review.openstack.org/32929 Tested-by: Jenkins Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: James E. Blair <corvus@inaugust.com>
This commit is contained in:
parent
6b3a8c542d
commit
62e0ccc399
@ -104,8 +104,8 @@ openstack-dns:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/moniker
|
||||
- stackforge/python-monikerclient
|
||||
- stackforge/designate
|
||||
- stackforge/python-designateclient
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -281,8 +281,8 @@ class Sync(object):
|
||||
'stackforge/diskimage-builder',
|
||||
'stackforge/libra',
|
||||
'stackforge/marconi',
|
||||
'stackforge/moniker',
|
||||
'stackforge/python-monikerclient',
|
||||
'stackforge/designate',
|
||||
'stackforge/python-designateclient',
|
||||
'stackforge/python-reddwarfclient',
|
||||
'stackforge/reddwarf',
|
||||
'stackforge/reddwarf-integration',
|
||||
|
@ -1,11 +1,11 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group moniker-core
|
||||
label-Approved = +0..+1 group moniker-core
|
||||
label-Code-Review = -2..+2 group designate-core
|
||||
label-Approved = +0..+1 group designate-core
|
||||
[access "refs/tags/*"]
|
||||
create = group moniker-milestone
|
||||
pushTag = group moniker-milestone
|
||||
create = group designate-milestone
|
||||
pushTag = group designate-milestone
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
@ -1,11 +1,11 @@
|
||||
[access "refs/*"]
|
||||
owner = group Administrators
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group moniker-core
|
||||
label-Approved = +0..+1 group moniker-core
|
||||
label-Code-Review = -2..+2 group designate-core
|
||||
label-Approved = +0..+1 group designate-core
|
||||
[access "refs/tags/*"]
|
||||
create = group moniker-milestone
|
||||
pushTag = group moniker-milestone
|
||||
create = group designate-milestone
|
||||
pushTag = group designate-milestone
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
@ -667,7 +667,7 @@
|
||||
|
||||
|
||||
- project:
|
||||
name: moniker
|
||||
name: designate
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
@ -714,7 +714,7 @@
|
||||
|
||||
|
||||
- project:
|
||||
name: python-monikerclient
|
||||
name: python-designateclient
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -489,19 +489,19 @@ projects:
|
||||
- gate-marconi-python26
|
||||
- gate-marconi-python27
|
||||
|
||||
- name: stackforge/moniker
|
||||
- name: stackforge/designate
|
||||
check:
|
||||
- gate-moniker-pyflakes
|
||||
- gate-moniker-pep8
|
||||
- gate-moniker-python26
|
||||
- gate-moniker-python27
|
||||
- gate-designate-pyflakes
|
||||
- gate-designate-pep8
|
||||
- gate-designate-python26
|
||||
- gate-designate-python27
|
||||
|
||||
- name: stackforge/python-monikerclient
|
||||
- name: stackforge/python-designateclient
|
||||
check:
|
||||
- gate-python-monikerclient-pyflakes
|
||||
- gate-python-monikerclient-pep8
|
||||
- gate-python-monikerclient-python26
|
||||
- gate-python-monikerclient-python27
|
||||
- gate-python-designateclient-pyflakes
|
||||
- gate-python-designateclient-pep8
|
||||
- gate-python-designateclient-python26
|
||||
- gate-python-designateclient-python27
|
||||
|
||||
- name: stackforge/bufunfa
|
||||
check:
|
||||
|
@ -1196,43 +1196,43 @@ projects:
|
||||
- gate-marconi-python26
|
||||
- gate-marconi-python27
|
||||
|
||||
- name: stackforge/moniker
|
||||
- name: stackforge/designate
|
||||
check:
|
||||
- gate-moniker-pep8
|
||||
- gate-moniker-python26
|
||||
- gate-moniker-python27
|
||||
- gate-designate-pep8
|
||||
- gate-designate-python26
|
||||
- gate-designate-python27
|
||||
gate:
|
||||
- gate-moniker-pep8
|
||||
- gate-moniker-python26
|
||||
- gate-moniker-python27
|
||||
- gate-designate-pep8
|
||||
- gate-designate-python26
|
||||
- gate-designate-python27
|
||||
post:
|
||||
- hook-moniker-rtfd
|
||||
- moniker-coverage
|
||||
- moniker-branch-tarball
|
||||
- hook-designate-rtfd
|
||||
- designate-coverage
|
||||
- designate-branch-tarball
|
||||
pre-release:
|
||||
- moniker-tarball
|
||||
- designate-tarball
|
||||
release:
|
||||
- moniker-tarball:
|
||||
- moniker-pypi-upload
|
||||
- designate-tarball:
|
||||
- designate-pypi-upload
|
||||
|
||||
- name: stackforge/python-monikerclient
|
||||
- name: stackforge/python-designateclient
|
||||
check:
|
||||
- gate-python-monikerclient-pep8
|
||||
- gate-python-monikerclient-python26
|
||||
- gate-python-monikerclient-python27
|
||||
- gate-python-designateclient-pep8
|
||||
- gate-python-designateclient-python26
|
||||
- gate-python-designateclient-python27
|
||||
gate:
|
||||
- gate-python-monikerclient-pep8
|
||||
- gate-python-monikerclient-python26
|
||||
- gate-python-monikerclient-python27
|
||||
- gate-python-designateclient-pep8
|
||||
- gate-python-designateclient-python26
|
||||
- gate-python-designateclient-python27
|
||||
post:
|
||||
- hook-python-monikerclient-rtfd
|
||||
- python-monikerclient-coverage
|
||||
- python-monikerclient-branch-tarball
|
||||
- hook-python-designateclient-rtfd
|
||||
- python-designateclient-coverage
|
||||
- python-designateclient-branch-tarball
|
||||
pre-release:
|
||||
- python-monikerclient-tarball
|
||||
- python-designateclient-tarball
|
||||
release:
|
||||
- python-monikerclient-tarball:
|
||||
- python-monikerclient-pypi-upload
|
||||
- python-designateclient-tarball:
|
||||
- python-designateclient-pypi-upload
|
||||
|
||||
- name: stackforge/bindep
|
||||
check:
|
||||
|
@ -126,11 +126,11 @@
|
||||
- project: stackforge/libra
|
||||
- project: stackforge/python-libraclient
|
||||
- project: stackforge/marconi
|
||||
- project: stackforge/moniker
|
||||
- project: stackforge/designate
|
||||
- project: stackforge/billingstack
|
||||
upstream: git://github.com/billingstack/billingstack
|
||||
description: Billing software
|
||||
- project: stackforge/python-monikerclient
|
||||
- project: stackforge/python-designateclient
|
||||
- project: stackforge/python-reddwarfclient
|
||||
- project: stackforge/reddwarf
|
||||
- project: stackforge/reddwarf-integration
|
||||
|
Loading…
Reference in New Issue
Block a user