From cc5c0e36cd7cf43bac4468bf4dadddb479fabd6a Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:25:13 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: Iff5086fee8c94325aa16a3b5727dac66a64478ec Closes-Bug: #1825933 --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 26e42cf4..0ceb4ecf 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,6 @@ utils. * Free software: Apache license * Documentation: https://docs.openstack.org/oslo.db/latest -* Source: https://git.openstack.org/cgit/openstack/oslo.db +* Source: https://opendev.org/openstack/oslo.db * Bugs: https://bugs.launchpad.net/oslo.db * Release notes: https://docs.openstack.org/releasenotes/oslo.db/ diff --git a/tox.ini b/tox.ini index 9912e5f7..bb733d55 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ setenv = {mysql,all}: PIFPAF_MYSQL=pifpaf -g OS_TEST_DBAPI_ADMIN_CONNECTION run mysql -- {mysql,postgresql,all}: BASECOMMAND={toxinidir}/tools/run-pifpaf-tests.sh deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands =