Drop references to git.openstack.org

Updates to use opendev.org or published documentation.

Change-Id: I0bd488b25d1259bce3f723a6c58283fdf670e721
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-04-15 14:23:37 -05:00
parent a4c7deef9b
commit 7450ab3a71
7 changed files with 8 additions and 9 deletions

View File

@ -50,7 +50,7 @@ def main():
print('Review dashboard: http://bit.ly/ocata-relmgt-dashboard')
print('Planning document: https://etherpad.openstack.org/p/{}-relmgt-plan'.format(series))
print('Process document: http://git.openstack.org/cgit/openstack/releases/tree/PROCESS.rst')
print('Process document: https://releases.openstack.org/reference/process.html')
print()
print('First apply title formatting to all week titles. Then apply list')

View File

@ -26,8 +26,7 @@ urllib3.disable_warnings()
LOG = logging.getLogger(__name__)
CGIT_SHA_TEMPLATE = 'http://git.openstack.org/cgit/%s/commit/?id=%s'
CGIT_TAG_TEMPLATE = 'http://git.openstack.org/cgit/%s/tag/?h=%s'
GIT_TAG_TEMPLATE = 'https://opendev.org/%s/src/tag/%s'
def find_modified_deliverable_files():
@ -70,7 +69,7 @@ def tag_exists(repo, ref):
someone to fool the check.
"""
url = CGIT_TAG_TEMPLATE % (repo, ref)
url = GIT_TAG_TEMPLATE % (repo, ref)
return links.link_exists(url)

View File

@ -25,7 +25,7 @@ from openstack_releases import yamlutils
LOG = logging.getLogger()
ZUUL_PROJECTS_URL = 'http://git.openstack.org/cgit/openstack-infra/project-config/plain/zuul.d/projects.yaml' # noqa
ZUUL_PROJECTS_URL = 'https://opendev.org/openstack-infra/project-config/raw/branch/master/zuul.d/projects.yaml' # noqa
ZUUL_PROJECTS_FILENAME = 'openstack-infra/project-config/zuul.d/projects.yaml'
# We use this key to modify the data structure read from the zuul

View File

@ -201,7 +201,7 @@ def parse_deliverable(series, repo):
# Hard coding source URL for now
sections = {
'bug_url': '',
'source_url': 'https://git.openstack.org/cgit/openstack/%s' % repo,
'source_url': 'https://opendev.org/openstack/%s' % repo,
}
try:

View File

@ -1,6 +1,6 @@
---
$schema: "http://json-schema.org/schema#"
$id: "http://git.openstack.org/cgit/openstack/releases/tree/README.rst"
$id: "https://opendev.org/openstack/releases/src/branch/master/README.rst"
# Do not allow any properties not defined here. This lets us catch
# typos.

View File

@ -1,6 +1,6 @@
---
$schema: "http://json-schema.org/schema#"
$id: "http://git.openstack.org/cgit/openstack/releases/tree/README.rst"
$id: "https://opendev.org/openstack/releases/src/branch/master/README.rst"
# Do not allow any properties not defined here. This lets us catch
# typos.

View File

@ -374,7 +374,7 @@ The Vulnerability Management Team needs domain specialists to help assessing the
The [[API_Working_Group|API Working Group]] seeks API subject matter experts for each project to communicate plans for API updates, review API guidelines with their project's view in mind, and review the API Working Group guidelines as they are drafted. The liaison should be familiar with the project's REST API design and future planning for changes to it.
The members of the [http://specs.openstack.org/openstack/api-wg/liaisons.html API Working Group Cross-Project Liaisons] are maintained in our repo. If you want to read the entire list of CPLs or add/remove yourself from the list, you'll need to update the [http://git.openstack.org/cgit/openstack/api-wg/tree/doc/source/liaisons.json liaisons.json] file. If you don't want to make the update yourself, please ask in #openstack-sdks on IRC and someone can make the change for you.
The members of the [http://specs.openstack.org/openstack/api-wg/liaisons.html API Working Group Cross-Project Liaisons] are maintained in our repo. If you want to read the entire list of CPLs or add/remove yourself from the list, you'll need to update the [https://opendev.org/openstack/api-sig/src/branch/master/doc/source/liaisons.json liaisons.json] file. If you don't want to make the update yourself, please ask in #openstack-sdks on IRC and someone can make the change for you.
== Logging Working Group ==