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

Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: I68e1bd83fe0013cd4267208a1e70bf07d667ea96
This commit is contained in:
zhulingjie 2019-04-23 14:59:43 +08:00
parent da3cd754f9
commit 5777d916e8
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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