]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-setup/build/build: git:// -> https:// 1926/head
authorSage Weil <sage@newdream.net>
Tue, 2 Nov 2021 13:55:31 +0000 (08:55 -0500)
committerSage Weil <sage@newdream.net>
Tue, 2 Nov 2021 13:55:31 +0000 (08:55 -0500)
https://github.blog/2021-09-01-improving-git-protocol-security-github/

Signed-off-by: Sage Weil <sage@newdream.net>
ceph-dev-new-setup/build/build

index 0824e40e1e5f4cfac91930ceb9b1bfdf0a9d245c..07a304e928af757535894a9f3d103cc8cecb0732 100644 (file)
@@ -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}