diff --git a/README.rst b/README.rst index 30cd1e7..397dbf3 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ zun-ui Zun UI * Free software: Apache license -* Source: https://git.openstack.org/cgit/openstack/zun-ui +* Source: https://opendev.org/openstack/zun-ui * Bugs: https://bugs.launchpad.net/zun-ui Manual Installation diff --git a/doc/source/index.rst b/doc/source/index.rst index 405e0d2..381181a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,7 +5,7 @@ Zun UI Horizon plugin for Zun * Free software: Apache license -* Source: https://git.openstack.org/cgit/openstack/zun-ui +* Source: https://opendev.org/openstack/zun-ui * Bugs: https://bugs.launchpad.net/zun-ui User Documentation diff --git a/package.json b/package.json index 84349d7..e3ed6b6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "phantomjs-prebuilt": "2.1.x" }, "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", "test": "karma start zun_ui/karma.conf.js --single-run", "lint": "eslint --no-color zun_ui/static", "lintq": "eslint --quiet zun_ui/static" diff --git a/tox.ini b/tox.ini index e0609ea..bfb1ce0 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ setenv = NOSE_OPENSTACK_SHOW_ELAPSED=1 PYTHONWARNINGS=default::DeprecationWarning 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} --settings=zun_ui.test.settings @@ -101,7 +101,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