From: Thomas Lamprecht Date: Mon, 20 Sep 2021 07:14:54 +0000 (+0200) Subject: use the buster suite for getting the source package for now X-Git-Url: https://git.proxmox.com/?p=ceph.git;a=commitdiff_plain;h=a7eef15ae04398ff74cc814724494ccfa88bdb84 use the buster suite for getting the source package for now Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 420f83894..f542dbe47 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ ${DSC}: ${BUILDSRC} .PHONY: download download: rm -rf ${SRCDIR}.tmp ${SRCDIR} - dgit -cdgit-distro.ceph.archive-query=aptget: -cdgit-distro.ceph.mirror=http://download.ceph.com/debian-pacific -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph focal ./${SRCDIR}.tmp + dgit -cdgit-distro.ceph.archive-query=aptget: -cdgit-distro.ceph.mirror=http://download.ceph.com/debian-pacific -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph buster ./${SRCDIR}.tmp @echo "WARNING" @echo "Check output above for verification errors!" @echo "WARNING"