]> git.proxmox.com Git - ceph.git/commitdiff
buildsys: switch source download to quincy
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 31 Mar 2022 10:54:00 +0000 (12:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 31 Mar 2022 10:54:15 +0000 (12:54 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index f542dbe47a188bcfb42ce3f5da54032a2d19629c..d0f91e848c8c4a634f43702fcd01bffe874bc7a7 100644 (file)
--- 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 buster ./${SRCDIR}.tmp
+       dgit -cdgit-distro.ceph.archive-query=aptget: -cdgit-distro.ceph.mirror=http://download.ceph.com/debian-quincy -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph bullseye ./${SRCDIR}.tmp
        @echo "WARNING"
        @echo "Check output above for verification errors!"
        @echo "WARNING"