From e479bd0ac10ea81d02bb7cbe9e7ce8e21bf1ed41 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 24 Oct 2017 16:00:09 +0800 Subject: [PATCH] rpm,debian: use download.ceph.com/tarballs instead of ceph.com/download Signed-off-by: Kefu Chai --- ceph.spec.in | 2 +- debian/watch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 395f8475ba04b..f5fc9d995b136 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -77,7 +77,7 @@ License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: http://ceph.com/download/@TARBALL_BASENAME@.tar.bz2 +Source0: https://download.ceph.com/tarballs/@TARBALL_BASENAME@.tar.bz2 %if 0%{?suse_version} %if 0%{?is_opensuse} ExclusiveArch: x86_64 aarch64 ppc64 ppc64le diff --git a/debian/watch b/debian/watch index 57a60e93e39a6..ec9ecbf5d39f5 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://ceph.com/download/ceph-(\d.*)\.tar\.gz +https://download.ceph.com/tarballs/ceph-(\d.*)\.tar\.gz -- 2.39.5