From d1ef202c136e23a6b9045daf0c7c2a42d47a3d02 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: Ibe12d31369a781a31375211f4844bc5de41bdc66 --- CONTRIBUTING.rst | 12 ++++++------ README.rst | 2 +- doc/source/index.rst | 2 +- tools/post_install.sh | 2 +- tox.ini | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a196c0f61..6bbb5d744 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -35,17 +35,17 @@ Project Hosting Details * https://wiki.openstack.org/wiki/Meetings#Murano_meeting * Code Hosting - * https://git.openstack.org/cgit/openstack/murano + * https://opendev.org/openstack/murano - * https://git.openstack.org/cgit/openstack/murano-agent + * https://opendev.org/openstack/murano-agent - * https://git.openstack.org/cgit/openstack/murano-dashboard + * https://opendev.org/openstack/murano-dashboard - * https://git.openstack.org/cgit/openstack/python-muranoclient + * https://opendev.org/openstack/python-muranoclient - * https://git.openstack.org/cgit/openstack/murano-apps + * https://opendev.org/openstack/murano-apps * Code Review - * https://review.openstack.org/#/q/murano-dashboard+AND+status:+open,n,z + * https://review.opendev.org/#/q/murano-dashboard+AND+status:+open,n,z * https://docs.openstack.org/infra/manual/developers.html#development-workflow diff --git a/README.rst b/README.rst index 137c679e2..6c58942ce 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,6 @@ Project Resources * `Murano at Launchpad `_ * `Wiki `_ -* `Code Review `_ +* `Code Review `_ * `Sources `_ * `Documentation `_ diff --git a/doc/source/index.rst b/doc/source/index.rst index 061acbbb2..89a9f9c5c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -34,7 +34,7 @@ Install ------- 1. Check out sources to some directory (*/murano-dashboard*):: - user@work:~/$ git clone https://git.openstack.org/openstack/murano-dashboard + user@work:~/$ git clone https://opendev.org/openstack/murano-dashboard 2. Install virtualenv:: diff --git a/tools/post_install.sh b/tools/post_install.sh index e5e0283c6..192e33977 100755 --- a/tools/post_install.sh +++ b/tools/post_install.sh @@ -6,7 +6,7 @@ # included in the installed horizon packages if [ ! -f test-shim.js ]; then - wget -nv -t 3 http://git.openstack.org/cgit/openstack/horizon/plain/test-shim.js + wget -nv -t 3 https://opendev.org/openstack/horizon/raw/branch/master/test-shim.js fi echo "Creating a tox env which will contain xStatic libraries, horizon, and openstack_dashboard" diff --git a/tox.ini b/tox.ini index a8fb0f07f..f85fa0826 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ usedevelop = True setenv = VIRTUAL_ENV={envdir} DJANGO_SETTINGS_MODULE=muranodashboard.tests.settings 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} +deps = -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 http://tarballs.openstack.org/heat-dashboard/heat-dashboard-master.tar.gz @@ -20,7 +20,7 @@ sitepackages = False commands = flake8 [testenv:py27-queens] -install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens {opts} {packages} +install_command = pip install -chttps://opendev.org/openstack/requirements/raw/branch/stable/queens/upper-constraints.txt {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt http://tarballs.openstack.org/horizon/horizon-stable-queens.tar.gz