diff --git a/tools/run-compare-configs.sh b/tools/run-compare-configs.sh index 42406fe81..114c3b952 100755 --- a/tools/run-compare-configs.sh +++ b/tools/run-compare-configs.sh @@ -23,9 +23,9 @@ CONFIGS=$(ls -1 ${CONFIGS_DIR}/*.conf 2>/dev/null) cd .test if [ -e /usr/zuul-env/bin/zuul-cloner ]; then - /usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git git://git.openstack.org openstack-infra/project-config + /usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git https://git.openstack.org openstack-infra/project-config else - git clone --depth=1 git://git.openstack.org/openstack-infra/project-config + git clone --depth=1 https://git.openstack.org/openstack-infra/project-config fi # setup a default configuration to compare results against cp -r project-config/jenkins/jobs/* run-conf/config diff --git a/tools/run-compare-xml.sh b/tools/run-compare-xml.sh index c32fa8bf9..992a1db23 100755 --- a/tools/run-compare-xml.sh +++ b/tools/run-compare-xml.sh @@ -24,9 +24,9 @@ mkdir -p .test/new/out cd .test if [ -e /usr/zuul-env/bin/zuul-cloner ]; then - /usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git git://git.openstack.org openstack-infra/project-config + /usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git https://git.openstack.org openstack-infra/project-config else - git clone --depth=1 git://git.openstack.org/openstack-infra/project-config + git clone --depth=1 https://git.openstack.org/openstack-infra/project-config fi cp -r project-config/jenkins/jobs/* old/config cp -r project-config/jenkins/jobs/* new/config