From c4e3cf75e5aa9473f22d50fc13a12be8286e384f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:28 +0000 Subject: [PATCH] Replace openstack.org git:// URLs with https:// This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Id82762087382b8bb72ea339e58e728be169000ba --- README.rst | 2 +- functions.sh | 2 +- playbooks/devstack-gate-hooks/run.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4910f33d..762526a2 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ defined in `nodepool.yaml `_. There is a handy script available in the project-config repo to build this for you:: - git clone git://git.openstack.org/openstack-infra/project-config + git clone https://git.openstack.org/openstack-infra/project-config cd project-config ./tools/build-image.sh diff --git a/functions.sh b/functions.sh index a0c14f93..87f07dd0 100644 --- a/functions.sh +++ b/functions.sh @@ -203,7 +203,7 @@ clonemap: dest: devstack-gate IEOF -/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git git://git.openstack.org openstack-infra/devstack-gate +/usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git https://git.openstack.org openstack-infra/devstack-gate cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh diff --git a/playbooks/devstack-gate-hooks/run.yaml b/playbooks/devstack-gate-hooks/run.yaml index 72e0e063..4f7c90fd 100644 --- a/playbooks/devstack-gate-hooks/run.yaml +++ b/playbooks/devstack-gate-hooks/run.yaml @@ -17,7 +17,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'