]> git.proxmox.com Git - ceph.git/commitdiff
buildsys: update for Pacfiic and Debian Bullseye based release
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 May 2021 14:13:24 +0000 (16:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 May 2021 14:13:24 +0000 (16:13 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index fb39d7eed63d4c436ab1cb331ea657c3dd1d4b26..420f83894ae132c89b34f2d717ad25ce77d8a4ef 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-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