From 2007d95cb1f150832ef81d52e7d500177a7f05ed Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 16:31:09 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I46d05791d215113edf465ad4acc29b14c2842d4a --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5e9460c..0350eb6 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,6 @@ errors and warnings for all packages found. * Free software: Apache license * Documentation: http://docs.openstack.org/developer/murano-pkg-check -* Source: http://git.openstack.org/cgit/openstack/murano-pkg-check +* Source: http://opendev.org/openstack/murano-pkg-check * Bugs: http://bugs.launchpad.net/murano diff --git a/tox.ini b/tox.ini index a44c2f1..72363bc 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} 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}