Update Git URLs to opendev.org
Change-Id: I8e8e16f1740b76154f6ff1ae4a44cafae5a222c5
This commit is contained in:
parent
63c1e16021
commit
b2948d2ab2
@ -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.
|
||||
|
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user