From f96a62395cf6082d5d363f1e15f2310d0443fb2a Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 29 Apr 2019 10:21:26 +0800 Subject: [PATCH] update git.openstack.org to opendev Change-Id: Ie6c59622873cb70f159915eb8e77d900d63e487f --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 65ad4bd..de8677f 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Developers wishing to work on pymod2pkg should always base their work on the latest code, available from the master GIT repository at: - https://git.openstack.org/cgit/openstack/pymod2pkg + https://opendev.org/openstack/pymod2pkg Developers should also join the discussion on the mailing list, at: diff --git a/tox.ini b/tox.ini index 6db663f..74efb19 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir} OS_STDERR_NOCAPTURE=False PYTHONHASHSEED=0 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}