From 5777d916e817baa6a6d7a3406c60172329085b2e Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 14:59:43 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I68e1bd83fe0013cd4267208a1e70bf07d667ea96 --- README.rst | 2 +- doc/source/index.rst | 2 +- package.json | 4 ++-- tox.ini | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index d6cfd0f..8489dcd 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Horizon plugin for Zaqar * Free software: Apache license * Documentation: https://docs.openstack.org/zaqar-ui/latest/ * Release notes: https://docs.openstack.org/releasenotes/zaqar-ui/ -* Source: https://git.openstack.org/cgit/openstack/zaqar-ui +* Source: https://opendev.org/openstack/zaqar-ui * Bugs: https://bugs.launchpad.net/zaqar-ui Enabling in DevStack diff --git a/doc/source/index.rst b/doc/source/index.rst index ba5e9be..970f4f7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,7 +5,7 @@ Zaqar UI Horizon plugin for Zaqar * Free software: Apache license -* Source: https://git.openstack.org/cgit/openstack/zaqar-ui +* Source: https://opendev.org/openstack/zaqar-ui * Bugs: https://bugs.launchpad.net/zaqar-ui User Documentation diff --git a/package.json b/package.json index 020c2b7..1778322 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Zaqar UI JavaScript tests", "repository": { "type": "git", - "url": "https://git.openstack.org/openstack/zaqar-ui" + "url": "https://opendev.org/openstack/zaqar-ui" }, "version": "0.0.0", "private": true, @@ -24,7 +24,7 @@ }, "dependencies": {}, "scripts": { - "postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt ../horizon; fi", + "postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt ../horizon; fi", "lint": "eslint --no-color zaqar_ui/static", "lintq": "eslint --quiet zaqar_ui/static", "test": "karma start zaqar_ui/karma.conf.js --single-run" diff --git a/tox.ini b/tox.ini index 143907b..ecb0c57 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir} NOSE_OPENSTACK_SHOW_ELAPSED=1 DJANGO_SETTINGS_MODULE=zaqar_ui.test.settings 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 = python manage.py test {posargs} @@ -103,7 +103,7 @@ commands = [testenv:docs] 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} -r{toxinidir}/doc/requirements.txt commands= sphinx-build -W -b html doc/source doc/build/html