Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I6bdcc35cc1b62bcf800fb2d519744113c399545a
This commit is contained in:
jacky06 2019-04-23 13:44:43 +08:00
parent 52cab5ad98
commit 0d219b1b1f
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ https://docs.openstack.org/python-openstackclient/latest/
* Free software: Apache license
* Documentation: https://docs.openstack.org/python-qinlingclient/latest/
* Release notes: https://docs.openstack.org/releasenotes/python-qinlingclient/
* Source: https://git.openstack.org/cgit/openstack/python-qinlingclient
* Source: https://opendev.org/openstack/python-qinlingclient
* Bugs: https://storyboard.openstack.org/#!/project/926
Getting Started

View File

@ -82,7 +82,7 @@ CLONE_FROM_GIT=$1
fi
fi
# Cloning from GIT
GIT_WEBPATH_PRFX="https://git.openstack.org/cgit/openstack/"
GIT_WEBPATH_PRFX="https://opendev.org/openstack/"
gitclone "$GIT_WEBPATH_PRFX$SERVICE_SRV_NAME.git" $GIT_CLONE_DIR
# End clone from git section
fi

View File

@ -11,7 +11,7 @@ install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
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 = stestr run {posargs}
@ -57,7 +57,7 @@ commands =
[testenv:pyflakes]
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}
flake8
commands = flake8