Changes for url transition to OpenDev
This commit changes openstack.org URL to opendev.org URL as discussed here [1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html Change-Id: I10d71b6face1f58c42ae3e2a590f1ac77fb5e4af
This commit is contained in:
parent
16c747479e
commit
3216c90db0
@ -72,7 +72,7 @@ Then::
|
|||||||
|
|
||||||
|
|
||||||
.. _pbr: https://docs.openstack.org/pbr/latest/
|
.. _pbr: https://docs.openstack.org/pbr/latest/
|
||||||
.. _hacking: https://git.openstack.org/cgit/openstack-dev/hacking/plain/HACKING.rst
|
.. _hacking: https://opendev.org/openstack/hacking/raw/branch/master/HACKING.rst
|
||||||
.. _eslint: http://eslint.org/
|
.. _eslint: http://eslint.org/
|
||||||
.. _OpenStack-Infra: https://docs.openstack.org/infra/system-config
|
.. _OpenStack-Infra: https://docs.openstack.org/infra/system-config
|
||||||
.. _testrepository: https://testrepository.readthedocs.org/
|
.. _testrepository: https://testrepository.readthedocs.org/
|
||||||
|
4
tox.ini
4
tox.ini
@ -4,7 +4,7 @@ envlist = checkbuild
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps =
|
deps =
|
||||||
@ -21,7 +21,7 @@ setenv =
|
|||||||
IGNORE_GIT=1
|
IGNORE_GIT=1
|
||||||
commands =
|
commands =
|
||||||
rm -rf {envdir}/horizon
|
rm -rf {envdir}/horizon
|
||||||
git clone https://git.openstack.org/openstack/horizon {envdir}/horizon
|
git clone https://opendev.org/openstack/horizon {envdir}/horizon
|
||||||
rm -rf {envdir}/cafe-ui
|
rm -rf {envdir}/cafe-ui
|
||||||
cookiecutter --no-input --output-dir {envdir} {toxinidir}
|
cookiecutter --no-input --output-dir {envdir} {toxinidir}
|
||||||
# To pass {postargs} for running `tox -edocs` in generated plugin,
|
# To pass {postargs} for running `tox -edocs` in generated plugin,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.openstack.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project={{cookiecutter.repo_group}}/{{cookiecutter.repo_name}}.git
|
project={{cookiecutter.repo_group}}/{{cookiecutter.repo_name}}.git
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{{ cookiecutter.project_short_description}}
|
{{ cookiecutter.project_short_description}}
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Source: http://git.openstack.org/cgit/{{ cookiecutter.repo_group }}/{{ cookiecutter.repo_name }}
|
* Source: http://opendev.org/{{ cookiecutter.repo_group }}/{{ cookiecutter.repo_name }}
|
||||||
* Bugs: http://bugs.launchpad.net/{{ cookiecutter.launchpad_project }}
|
* Bugs: http://bugs.launchpad.net/{{ cookiecutter.launchpad_project }}
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{{ cookiecutter.project_short_description}}
|
{{ cookiecutter.project_short_description}}
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Source: http://git.openstack.org/cgit/{{ cookiecutter.repo_group }}/{{ cookiecutter.repo_name }}
|
* Source: http://opendev.org/{{ cookiecutter.repo_group }}/{{ cookiecutter.repo_name }}
|
||||||
* Bugs: http://bugs.launchpad.net/{{ cookiecutter.launchpad_project }}
|
* Bugs: http://bugs.launchpad.net/{{ cookiecutter.launchpad_project }}
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"description": "{{ cookiecutter.call_by_name }} JavaScript tests",
|
"description": "{{ cookiecutter.call_by_name }} JavaScript tests",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.openstack.org/openstack/{{ cookiecutter.repo_name }}"
|
"url": "https://opendev.org/openstack/{{ cookiecutter.repo_name }}"
|
||||||
},
|
},
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
@ -26,7 +26,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 {{ cookiecutter.module_name }}/static",
|
"lint": "eslint --no-color {{ cookiecutter.module_name }}/static",
|
||||||
"lintq": "eslint --quiet {{ cookiecutter.module_name }}/static",
|
"lintq": "eslint --quiet {{ cookiecutter.module_name }}/static",
|
||||||
"test": "karma start {{ cookiecutter.module_name }}/karma.conf.js --single-run"
|
"test": "karma start {{ cookiecutter.module_name }}/karma.conf.js --single-run"
|
||||||
|
@ -14,7 +14,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_OPENSTACK_YELLOW=0.025
|
NOSE_OPENSTACK_YELLOW=0.025
|
||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||||
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} --settings={{cookiecutter.module_name}}.test.settings
|
commands = python manage.py test {posargs} --settings={{cookiecutter.module_name}}.test.settings
|
||||||
@ -102,7 +102,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…
x
Reference in New Issue
Block a user