From d05a54a280f9a2ed8ce362b0264e79b0033ec4a1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 6 May 2021 16:13:24 +0200 Subject: [PATCH] buildsys: update for Pacfiic and Debian Bullseye based release Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb39d7eed..420f83894 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-octopus -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph bionic ./${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 focal ./${SRCDIR}.tmp @echo "WARNING" @echo "Check output above for verification errors!" @echo "WARNING" @@ -113,7 +113,7 @@ download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product ceph-octopus --dist stretch --arch ${ARCH} + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product ceph-pacific --dist bullseye --arch ${ARCH} distclean: clean -- 2.39.2