Use opendev repository

Change-Id: Icf0d95e40c1ac0ef516a594895ca4988505a5e23
This commit is contained in:
Le Hou 2019-04-23 16:28:38 +08:00
parent 2f96f99338
commit d6c6e4597b
4 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ Castellan UI
Generic Key Manager UI Plugin for Horizon
* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/castellan-ui
* Source: http://opendev.org/openstack/castellan-ui
* Bugs: http://bugs.launchpad.net/castellan-ui
Features

View File

@ -5,7 +5,7 @@ Castellan UI
Generic Key Manager UI Plugin for Horizon
* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/castellan-ui
* Source: http://opendev.org/openstack/castellan-ui
* Bugs: http://bugs.launchpad.net/castellan-ui
Features

View File

@ -3,7 +3,7 @@
"description": "Castellan UI JavaScript tests",
"repository": {
"type": "git",
"url": "https://git.openstack.org/openstack/castellan-ui"
"url": "https://opendev.org/openstack/castellan-ui"
},
"version": "0.0.0",
"private": true,
@ -29,4 +29,4 @@
"lintq": "eslint --quiet castellan_ui/static",
"test": "karma start castellan_ui/karma.conf.js --single-run"
}
}
}

View File

@ -11,7 +11,7 @@ setenv = NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
install_command = pip install -U {opts} {packages}
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
commands = python manage.py test {posargs} --settings=castellan_ui.test.settings
@ -56,13 +56,13 @@ commands =
echo "nexecute `npm run test`"
[testenv:docs]
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}/doc/requirements.txt
commands = sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
[testenv:releasenotes]
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}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html