Update Git URLs to opendev.org

Change-Id: I8e8e16f1740b76154f6ff1ae4a44cafae5a222c5
This commit is contained in:
Pierre Riteau 2023-05-15 09:18:29 +02:00
parent 63c1e16021
commit b2948d2ab2
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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():