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:
James E. Blair 2013-06-13 10:13:55 -07:00 committed by James E. Blair
parent 6b3a8c542d
commit 62e0ccc399
8 changed files with 52 additions and 52 deletions

View File

@ -104,8 +104,8 @@ openstack-dns:
- change-merged - change-merged
- x-vrif-minus-2 - x-vrif-minus-2
projects: projects:
- stackforge/moniker - stackforge/designate
- stackforge/python-monikerclient - stackforge/python-designateclient
branches: branches:
- master - master

View File

@ -281,8 +281,8 @@ class Sync(object):
'stackforge/diskimage-builder', 'stackforge/diskimage-builder',
'stackforge/libra', 'stackforge/libra',
'stackforge/marconi', 'stackforge/marconi',
'stackforge/moniker', 'stackforge/designate',
'stackforge/python-monikerclient', 'stackforge/python-designateclient',
'stackforge/python-reddwarfclient', 'stackforge/python-reddwarfclient',
'stackforge/reddwarf', 'stackforge/reddwarf',
'stackforge/reddwarf-integration', 'stackforge/reddwarf-integration',

View File

@ -1,11 +1,11 @@
[access "refs/*"] [access "refs/*"]
owner = group Administrators owner = group Administrators
[access "refs/heads/*"] [access "refs/heads/*"]
label-Code-Review = -2..+2 group moniker-core label-Code-Review = -2..+2 group designate-core
label-Approved = +0..+1 group moniker-core label-Approved = +0..+1 group designate-core
[access "refs/tags/*"] [access "refs/tags/*"]
create = group moniker-milestone create = group designate-milestone
pushTag = group moniker-milestone pushTag = group designate-milestone
[receive] [receive]
requireChangeId = true requireChangeId = true
requireContributorAgreement = true requireContributorAgreement = true

View File

@ -1,11 +1,11 @@
[access "refs/*"] [access "refs/*"]
owner = group Administrators owner = group Administrators
[access "refs/heads/*"] [access "refs/heads/*"]
label-Code-Review = -2..+2 group moniker-core label-Code-Review = -2..+2 group designate-core
label-Approved = +0..+1 group moniker-core label-Approved = +0..+1 group designate-core
[access "refs/tags/*"] [access "refs/tags/*"]
create = group moniker-milestone create = group designate-milestone
pushTag = group moniker-milestone pushTag = group designate-milestone
[receive] [receive]
requireChangeId = true requireChangeId = true
requireContributorAgreement = true requireContributorAgreement = true

View File

@ -667,7 +667,7 @@
- project: - project:
name: moniker name: designate
github-org: stackforge github-org: stackforge
node: precise node: precise
tarball-site: tarballs.openstack.org tarball-site: tarballs.openstack.org
@ -714,7 +714,7 @@
- project: - project:
name: python-monikerclient name: python-designateclient
github-org: stackforge github-org: stackforge
node: precise node: precise
tarball-site: tarballs.openstack.org tarball-site: tarballs.openstack.org

View File

@ -489,19 +489,19 @@ projects:
- gate-marconi-python26 - gate-marconi-python26
- gate-marconi-python27 - gate-marconi-python27
- name: stackforge/moniker - name: stackforge/designate
check: check:
- gate-moniker-pyflakes - gate-designate-pyflakes
- gate-moniker-pep8 - gate-designate-pep8
- gate-moniker-python26 - gate-designate-python26
- gate-moniker-python27 - gate-designate-python27
- name: stackforge/python-monikerclient - name: stackforge/python-designateclient
check: check:
- gate-python-monikerclient-pyflakes - gate-python-designateclient-pyflakes
- gate-python-monikerclient-pep8 - gate-python-designateclient-pep8
- gate-python-monikerclient-python26 - gate-python-designateclient-python26
- gate-python-monikerclient-python27 - gate-python-designateclient-python27
- name: stackforge/bufunfa - name: stackforge/bufunfa
check: check:

View File

@ -1196,43 +1196,43 @@ projects:
- gate-marconi-python26 - gate-marconi-python26
- gate-marconi-python27 - gate-marconi-python27
- name: stackforge/moniker - name: stackforge/designate
check: check:
- gate-moniker-pep8 - gate-designate-pep8
- gate-moniker-python26 - gate-designate-python26
- gate-moniker-python27 - gate-designate-python27
gate: gate:
- gate-moniker-pep8 - gate-designate-pep8
- gate-moniker-python26 - gate-designate-python26
- gate-moniker-python27 - gate-designate-python27
post: post:
- hook-moniker-rtfd - hook-designate-rtfd
- moniker-coverage - designate-coverage
- moniker-branch-tarball - designate-branch-tarball
pre-release: pre-release:
- moniker-tarball - designate-tarball
release: release:
- moniker-tarball: - designate-tarball:
- moniker-pypi-upload - designate-pypi-upload
- name: stackforge/python-monikerclient - name: stackforge/python-designateclient
check: check:
- gate-python-monikerclient-pep8 - gate-python-designateclient-pep8
- gate-python-monikerclient-python26 - gate-python-designateclient-python26
- gate-python-monikerclient-python27 - gate-python-designateclient-python27
gate: gate:
- gate-python-monikerclient-pep8 - gate-python-designateclient-pep8
- gate-python-monikerclient-python26 - gate-python-designateclient-python26
- gate-python-monikerclient-python27 - gate-python-designateclient-python27
post: post:
- hook-python-monikerclient-rtfd - hook-python-designateclient-rtfd
- python-monikerclient-coverage - python-designateclient-coverage
- python-monikerclient-branch-tarball - python-designateclient-branch-tarball
pre-release: pre-release:
- python-monikerclient-tarball - python-designateclient-tarball
release: release:
- python-monikerclient-tarball: - python-designateclient-tarball:
- python-monikerclient-pypi-upload - python-designateclient-pypi-upload
- name: stackforge/bindep - name: stackforge/bindep
check: check:

View File

@ -126,11 +126,11 @@
- project: stackforge/libra - project: stackforge/libra
- project: stackforge/python-libraclient - project: stackforge/python-libraclient
- project: stackforge/marconi - project: stackforge/marconi
- project: stackforge/moniker - project: stackforge/designate
- project: stackforge/billingstack - project: stackforge/billingstack
upstream: git://github.com/billingstack/billingstack upstream: git://github.com/billingstack/billingstack
description: Billing software description: Billing software
- project: stackforge/python-monikerclient - project: stackforge/python-designateclient
- project: stackforge/python-reddwarfclient - project: stackforge/python-reddwarfclient
- project: stackforge/reddwarf - project: stackforge/reddwarf
- project: stackforge/reddwarf-integration - project: stackforge/reddwarf-integration