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'