update git.openstack.org to opendev

Change-Id: I4120656bd160ccfafee1998b56676465a7b023f3
This commit is contained in:
liuwei 2019-04-28 16:36:55 +08:00
parent b34f265f24
commit 28f90fbf21
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ irc.client.ServerConnection.buffer_class.errors = 'replace'
MESSAGE_CONTINUATION_SLEEP = 0.5 MESSAGE_CONTINUATION_SLEEP = 0.5
# The amount of time to sleep between messages. # The amount of time to sleep between messages.
ANTI_FLOOD_SLEEP = 2 ANTI_FLOOD_SLEEP = 2
DOC_URL = 'https://git.openstack.org/cgit/openstack/ptgbot/tree/README.rst' DOC_URL = 'https://opendev.org/openstack/ptgbot/src/branch/master/README.rst'
class PTGBot(SASL, SSL, irc.bot.SingleServerIRCBot): class PTGBot(SASL, SSL, irc.bot.SingleServerIRCBot):

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack Infrastructure Team author = OpenStack Infrastructure Team
author-email = openstack-infra@lists.openstack.org author-email = openstack-infra@lists.openstack.org
home-page = https://git.openstack.org/cgit/openstack-infra/ptgbot home-page = https://opendev.org/openstack/ptgbot
classifier = classifier =
Intended Audience :: Information Technology Intended Audience :: Information Technology
Intended Audience :: System Administrators Intended Audience :: System Administrators