]> git.proxmox.com Git - ceph.git/blobdiff - Makefile
bump version to 18.2.2-pve1
[ceph.git] / Makefile
index fb39d7eed63d4c436ab1cb331ea657c3dd1d4b26..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-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-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"
@@ -113,7 +115,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