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

This commit is contained in:
Zuul 2019-04-24 15:11:35 +00:00 committed by Gerrit Code Review
commit 8e94e87259
5 changed files with 10 additions and 10 deletions

View File

@ -48,17 +48,17 @@ Project Hosting Details
* https://github.com/openstack/mistral-specs
* Code Review
* https://review.openstack.org/#/q/mistral
* https://review.opendev.org/#/q/mistral
* https://review.openstack.org/#/q/python-mistralclient
* https://review.opendev.org/#/q/python-mistralclient
* https://review.openstack.org/#/q/mistral-dashboard
* https://review.opendev.org/#/q/mistral-dashboard
* https://review.openstack.org/#/q/mistral-lib
* https://review.opendev.org/#/q/mistral-lib
* https://review.openstack.org/#/q/mistral-extra
* https://review.opendev.org/#/q/mistral-extra
* https://review.openstack.org/#/q/mistral-specs
* https://review.opendev.org/#/q/mistral-specs
* https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -32,7 +32,7 @@ Clone the repo and go to the repo directory:
.. code-block:: console
$ git clone https://git.openstack.org/openstack/mistral
$ git clone https://opendev.org/openstack/mistral
$ cd mistral
Generate the configuration file:

View File

@ -35,7 +35,7 @@
dest: .
EOF
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \
https://git.openstack.org $ZUUL_PROJECT
https://opendev.org $ZUUL_PROJECT
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'

View File

@ -46,7 +46,7 @@ ENV MISTRAL_DIR="/opt/stack/mistral" \
# We install dependencies separatly for a caching purpose
COPY requirements.txt "${MISTRAL_DIR}/"
RUN curl -o "${TMP_CONSTRAINTS}" \
http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt && \
http://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt && \
sed -i "/^mistral.*/d" "${TMP_CONSTRAINTS}" && \
pip install -r "${MISTRAL_DIR}/requirements.txt"

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
# javascript engine