From 490e75b92d254c608c71630be9e8d7cd6a6b291b Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:04:43 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs 1. Replace git.openstack.org URLs with opendev.org URLs 2. Remove some unnecessary spaces 3. Remove unncessary "==" Change-Id: I005e3b2027d52dcff524ec0b0a5416f6663a0aa1 --- README.rst | 6 +++--- doc/source/index.rst | 2 +- doc/source/usage.rst | 4 ++-- tox.ini | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index b74b4f3..a2728d1 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Also ensures yum-plugin-priorities is installed since the RDO Trunk repos require that to work sanely. .. note:: The tool will remove any delorean* repos at the target location - to avoid conflicts with older repos. This means you must specify + to avoid conflicts with older repos. This means you must specify all of the repos you want to enable in one tripleo-repos call. Examples @@ -22,7 +22,7 @@ Install current-tripleo RDO Trunk repo and the deps repo:: tripleo-repos current-tripleo -Install the current-tripleo-dev repo. This will also pull current and deps, +Install the current-tripleo-dev repo. This will also pull current and deps, and will adjust the priorities of each repo appropriately:: tripleo-repos current-tripleo-dev @@ -35,7 +35,7 @@ Write repos to a different path:: tripleo-repos -o ~/test-repos current -Install the current-tripleo, deps, and ceph repos. NOTE: The Ceph repo is +Install the current-tripleo, deps, and ceph repos. NOTE: The Ceph repo is installed from a package and thus does not respect -o:: tripleo-repos current-tripleo ceph diff --git a/doc/source/index.rst b/doc/source/index.rst index a402a08..51bbf56 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -4,7 +4,7 @@ contain the root `toctree` directive. Welcome to tripleo-repos's documentation! -======================================================== +========================================= Contents: diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 2627236..e6300a9 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -1,3 +1,3 @@ -======== +===== Usage -======== +===== diff --git a/tox.ini b/tox.ini index 18b193e..3b2845f 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py35,py27,pep8 [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt