From 8c54c4490994cf989cf8edf4d36e73a6fcedc08f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 28 Oct 2015 12:07:57 -0400 Subject: [PATCH] use the right git url to setup ceph Signed-off-by: Alfredo Deza --- ceph-setup-next/config/definitions/ceph-setup-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-setup-next/config/definitions/ceph-setup-next.yml b/ceph-setup-next/config/definitions/ceph-setup-next.yml index f75140e16..c454f1420 100644 --- a/ceph-setup-next/config/definitions/ceph-setup-next.yml +++ b/ceph-setup-next/config/definitions/ceph-setup-next.yml @@ -25,7 +25,7 @@ scm: - git: - url: git://github.com/ceph/ceph-releases.git + url: https://github.com/ceph/ceph-releases.git branches: - $BRANCH skip-tag: true -- 2.47.3