Merge "update git.openstack.org to opendev"

This commit is contained in:
Zuul 2019-04-30 21:32:10 +00:00 committed by Gerrit Code Review
commit 0a4cb3d526
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
# The amount of time to sleep between messages.
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):

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack Infrastructure Team
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 =
Intended Audience :: Information Technology
Intended Audience :: System Administrators