From b2948d2ab2f3bdbae29c667f6f390ea2cf68a8a6 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 15 May 2023 09:18:29 +0200 Subject: [PATCH] Update Git URLs to opendev.org Change-Id: I8e8e16f1740b76154f6ff1ae4a44cafae5a222c5 --- tools/check_channels.py | 4 +--- tools/list_ptls.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/check_channels.py b/tools/check_channels.py index 8607343d..9d6b5045 100755 --- a/tools/check_channels.py +++ b/tools/check_channels.py @@ -20,9 +20,7 @@ import yaml from yaml2ical import meeting -ACCESSBOT_YAML_URL = ('http://git.openstack.org/cgit/' - 'openstack-infra/project-config/' - 'plain/accessbot/channels.yaml') +ACCESSBOT_YAML_URL = 'https://opendev.org/openstack/project-config/raw/branch/master/accessbot/channels.yaml' # noqa # FIXME*tonyb): Extend this to ensure the channel has a meetbot. diff --git a/tools/list_ptls.py b/tools/list_ptls.py index 6b7375bd..639a7a52 100644 --- a/tools/list_ptls.py +++ b/tools/list_ptls.py @@ -20,7 +20,7 @@ import textwrap import requests import yaml -PROJECTS_LIST = "https://git.openstack.org/cgit/openstack/governance/plain/reference/projects.yaml" # noqa +PROJECTS_LIST = "https://opendev.org/openstack/governance/raw/branch/master/reference/projects.yaml" # noqa def main():