Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Ian Wienand 2019-04-10 00:44:32 +00:00 committed by Gerrit Code Review
commit 516107d67a
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
EOF
/usr/zuul-env/bin/zuul-cloner -m $CLONEMAP \
--cache-dir /opt/git \
git://git.openstack.org \
https://git.openstack.org \
openstack/diskimage-builder \
openstack/heat-agents \
openstack/instack-undercloud \

View File

@ -19,7 +19,7 @@
dest: devstack-gate
EOF
/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
git://git.openstack.org \
https://git.openstack.org \
openstack-infra/devstack-gate
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'

View File

@ -24,7 +24,7 @@ SKIP_BLOG=${SKIP_BLOG:-''}
# TRIPLEO-DOCS
if [ ! -d tripleo-docs ]; then
git clone git://git.openstack.org/openstack/tripleo-docs
git clone https://git.openstack.org/openstack/tripleo-docs
pushd tripleo-docs
tox -edocs #initial run
popd
@ -60,7 +60,7 @@ popd
#REVIEWDAY
if [ ! -d reviewday ]; then
git clone git://git.openstack.org/openstack-infra/reviewday
git clone https://git.openstack.org/openstack-infra/reviewday
else
pushd reviewday
git reset --hard origin/master
@ -70,7 +70,7 @@ fi
#TRIPLEO CI
if [ ! -d tripleo-ci ]; then
git clone git://git.openstack.org/openstack-infra/tripleo-ci
git clone https://git.openstack.org/openstack-infra/tripleo-ci
else
pushd tripleo-ci
git reset --hard origin/master