From cda35c511259d0cf42a00638b964d3533c3778af Mon Sep 17 00:00:00 2001 From: caoyuan Date: Tue, 23 Apr 2019 19:37:13 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs 1. Replace git.openstack.org URLs with opendev.org URLs 2. Remove unncessary "==" 3. Update some URLs to latest Change-Id: Ie92843a4c2367060f6d4aae7a5766465c7766096 --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 4 ++-- README.rst | 2 +- tox.ini | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6f487a6..68e059c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,11 +1,11 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: -http://docs.openstack.org/infra/manual/developers.html +https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: -http://docs.openstack.org/infra/manual/developers.html#development-workflow +https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 3818e10..460bcbf 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ debtcollector Style Commandments -=============================================== +================================ -Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest diff --git a/README.rst b/README.rst index 98505a8..ec4eb7f 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,6 @@ applications) about future deprecations. * Free software: Apache license * Documentation: https://docs.openstack.org/debtcollector/latest -* Source: https://git.openstack.org/cgit/openstack/debtcollector +* Source: https://opendev.org/openstack/debtcollector * Bugs: https://bugs.launchpad.net/debtcollector * Release Notes: https://docs.openstack.org/releasenotes/debtcollector diff --git a/tox.ini b/tox.ini index 7c1bbba..11c44d3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = CLIENT_NAME=debtcollector install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs}