From 4016daa90b14469f5fa8d572c53167fb15c293ba Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 2 Nov 2021 08:55:31 -0500 Subject: [PATCH] ceph-dev-new-setup/build/build: git:// -> https:// https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Sage Weil --- ceph-dev-new-setup/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dev-new-setup/build/build b/ceph-dev-new-setup/build/build index 0824e40e..07a304e9 100644 --- a/ceph-dev-new-setup/build/build +++ b/ceph-dev-new-setup/build/build @@ -5,7 +5,7 @@ # Since this job is now pulling from ceph-ci.git, there aren't any tags as they # exist in ceph.git and the Ceph's versioning scheme wants to have them to # construct the actual version. This doesn't happen when building from ceph.git -git fetch --tags git://github.com/ceph/ceph.git +git fetch --tags https://github.com/ceph/ceph.git BRANCH=`branch_slash_filter $BRANCH` SHA1=${GIT_COMMIT} -- 2.39.5