From 3281a673826d2750f6cc34c8a8f9ac1711754034 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:32:57 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I90e7b946ef53765f40213098c3a430b9d4f2baf0 --- README.rst | 2 +- setup.cfg | 2 +- tox.ini | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index e814f5e..f999cbd 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Service (neutron) `_. * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/metalsmith/ -* Source: https://git.openstack.org/cgit/openstack/metalsmith +* Source: https://opendev.org/openstack/metalsmith * Bugs: https://storyboard.openstack.org/#!/project/openstack/metalsmith Installation diff --git a/setup.cfg b/setup.cfg index dfb3885..a134f6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = Deployment and Scheduling tool for Bare Metal description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = https://git.openstack.org/cgit/openstack/metalsmith +home-page = https://opendev.org/openstack/metalsmith license = Apache-2 classifier = Environment :: Console diff --git a/tox.ini b/tox.ini index f4b1822..bfc2f4e 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning PYTHONDONTWRITEBYTECODE=1 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}/requirements.txt -r{toxinidir}/test-requirements.txt commands = @@ -31,7 +31,7 @@ commands = [testenv:venv] basepython = python3 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}/requirements.txt -r{toxinidir}/test-requirements.txt -r{toxinidir}/doc/requirements.txt @@ -49,7 +49,7 @@ commands = [testenv:docs] basepython = python3 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}/doc/joined-requirements.txt commands = sphinx-build -a -E -W -b html doc/source doc/build/html @@ -57,7 +57,7 @@ commands = [testenv:releasenotes] basepython = python3 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}/doc/joined-requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html