diff --git a/openstack_releases/cmds/make_tracking_pad.py b/openstack_releases/cmds/make_tracking_pad.py index e04cba6ce7..a641fb9666 100644 --- a/openstack_releases/cmds/make_tracking_pad.py +++ b/openstack_releases/cmds/make_tracking_pad.py @@ -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') diff --git a/openstack_releases/gitutils.py b/openstack_releases/gitutils.py index 65b243272c..e2da8ec84b 100644 --- a/openstack_releases/gitutils.py +++ b/openstack_releases/gitutils.py @@ -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) diff --git a/openstack_releases/project_config.py b/openstack_releases/project_config.py index f1b6c15537..5f1398da42 100644 --- a/openstack_releases/project_config.py +++ b/openstack_releases/project_config.py @@ -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 diff --git a/openstack_releases/release_notes.py b/openstack_releases/release_notes.py index bc6ab92bcd..b223e6dd8f 100644 --- a/openstack_releases/release_notes.py +++ b/openstack_releases/release_notes.py @@ -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: diff --git a/openstack_releases/schema.yaml b/openstack_releases/schema.yaml index 76a78ba76d..cd1a3f9342 100644 --- a/openstack_releases/schema.yaml +++ b/openstack_releases/schema.yaml @@ -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. diff --git a/openstack_releases/series_status_schema.yaml b/openstack_releases/series_status_schema.yaml index 6c2aeffae0..03c49228a0 100644 --- a/openstack_releases/series_status_schema.yaml +++ b/openstack_releases/series_status_schema.yaml @@ -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. diff --git a/openstack_releases/tests/CrossProjectLiaisons.txt b/openstack_releases/tests/CrossProjectLiaisons.txt index 3eb44e9e8d..042e9027e7 100644 --- a/openstack_releases/tests/CrossProjectLiaisons.txt +++ b/openstack_releases/tests/CrossProjectLiaisons.txt @@ -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 ==