]> git.proxmox.com Git - ceph.git/commitdiff
buildsys: change download over to reef release
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Jul 2023 07:16:57 +0000 (09:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jul 2023 15:18:43 +0000 (17:18 +0200)
use Ubuntu 22.04 Jammy as distro as it seems Ceph does not (yet?)
provide a source release for any modern Debian based distro, not that
it should matter much for the source package.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index d0f91e848c8c4a634f43702fcd01bffe874bc7a7..9c23cadc5ef9a9e13fd88fa2b94d168475b53b63 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 PACKAGE=ceph
+
 VER != dpkg-parsechangelog -l changelog.Debian -Sversion | cut -d- -f1
 PKGVER != dpkg-parsechangelog -l changelog.Debian -Sversion
+
 DEBREL=pve1
 
 SRCDIR=ceph
@@ -102,7 +104,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-quincy -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph bullseye ./${SRCDIR}.tmp
+       dgit -cdgit-distro.ceph.archive-query=aptget: -cdgit-distro.ceph.mirror=http://download.ceph.com/debian-reef -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph jammy ./${SRCDIR}.tmp
        @echo "WARNING"
        @echo "Check output above for verification errors!"
        @echo "WARNING"