From: Kefu Chai Date: Tue, 24 Oct 2017 08:00:09 +0000 (+0800) Subject: rpm,debian: use download.ceph.com/tarballs instead of ceph.com/download X-Git-Tag: v13.0.1~450^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F18480%2Fhead;p=ceph.git rpm,debian: use download.ceph.com/tarballs instead of ceph.com/download Signed-off-by: Kefu Chai --- diff --git a/ceph.spec.in b/ceph.spec.in index 395f8475ba04..f5fc9d995b13 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 57a60e93e39a..ec9ecbf5d39f 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