From: Sage Weil Date: Tue, 2 Nov 2021 13:55:31 +0000 (-0500) Subject: ceph-dev-new-setup/build/build: git:// -> https:// X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4016daa90b14469f5fa8d572c53167fb15c293ba;p=ceph-build.git ceph-dev-new-setup/build/build: git:// -> https:// https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Sage Weil --- 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}