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:
parent
da3cd754f9
commit
5777d916e8
@ -16,7 +16,7 @@ Horizon plugin for Zaqar
|
|||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://docs.openstack.org/zaqar-ui/latest/
|
* Documentation: https://docs.openstack.org/zaqar-ui/latest/
|
||||||
* Release notes: https://docs.openstack.org/releasenotes/zaqar-ui/
|
* 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
|
* Bugs: https://bugs.launchpad.net/zaqar-ui
|
||||||
|
|
||||||
Enabling in DevStack
|
Enabling in DevStack
|
||||||
|
@ -5,7 +5,7 @@ Zaqar UI
|
|||||||
Horizon plugin for Zaqar
|
Horizon plugin for Zaqar
|
||||||
|
|
||||||
* Free software: Apache license
|
* 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
|
* Bugs: https://bugs.launchpad.net/zaqar-ui
|
||||||
|
|
||||||
User Documentation
|
User Documentation
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"description": "Zaqar UI JavaScript tests",
|
"description": "Zaqar UI JavaScript tests",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.openstack.org/openstack/zaqar-ui"
|
"url": "https://opendev.org/openstack/zaqar-ui"
|
||||||
},
|
},
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"scripts": {
|
"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",
|
"lint": "eslint --no-color zaqar_ui/static",
|
||||||
"lintq": "eslint --quiet zaqar_ui/static",
|
"lintq": "eslint --quiet zaqar_ui/static",
|
||||||
"test": "karma start zaqar_ui/karma.conf.js --single-run"
|
"test": "karma start zaqar_ui/karma.conf.js --single-run"
|
||||||
|
4
tox.ini
4
tox.ini
@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||||
DJANGO_SETTINGS_MODULE=zaqar_ui.test.settings
|
DJANGO_SETTINGS_MODULE=zaqar_ui.test.settings
|
||||||
deps =
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = python manage.py test {posargs}
|
commands = python manage.py test {posargs}
|
||||||
@ -103,7 +103,7 @@ commands =
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
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
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands=
|
commands=
|
||||||
sphinx-build -W -b html doc/source doc/build/html
|
sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user