]> git.proxmox.com Git - ceph.git/blobdiff - Makefile
bump version to 17.2.0
[ceph.git] / Makefile
index 9994fdd788119671366aeb188b037b42091d2e50..d0f91e848c8c4a634f43702fcd01bffe874bc7a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,11 +53,11 @@ python3-cephfs_${PKGVER}_${ARCH}.deb \
 python3-rados_${PKGVER}_${ARCH}.deb \
 python3-rbd_${PKGVER}_${ARCH}.deb \
 python3-rgw_${PKGVER}_${ARCH}.deb \
-python-ceph_${PKGVER}_${ARCH}.deb \
-python-cephfs_${PKGVER}_${ARCH}.deb \
-python-rados_${PKGVER}_${ARCH}.deb \
-python-rbd_${PKGVER}_${ARCH}.deb \
-python-rgw_${PKGVER}_${ARCH}.deb \
+python3-ceph_${PKGVER}_${ARCH}.deb \
+python3-cephfs_${PKGVER}_${ARCH}.deb \
+python3-rados_${PKGVER}_${ARCH}.deb \
+python3-rbd_${PKGVER}_${ARCH}.deb \
+python3-rgw_${PKGVER}_${ARCH}.deb \
 radosgw_${PKGVER}_${ARCH}.deb \
 rados-objclass-dev_${PKGVER}_${ARCH}.deb \
 rbd-fuse_${PKGVER}_${ARCH}.deb \
@@ -80,7 +80,7 @@ ${BUILDSRC}: ${SRCDIR} patches
        cd $@.tmp; rm -rf .pc ./patches
        echo "git clone git://git.proxmox.com/git/ceph.git\\ngit checkout ${GITVERSION}" >  $@.tmp/debian/SOURCE
        echo "debian/SOURCE" >> $@.tmp/debian/docs
-       echo "${GITVERSION}\\nv${VER}" > $@.tmp/src/.git_version
+       echo "${GITVERSION}\\n${VER}" > $@.tmp/src/.git_version
        cp changelog.Debian $@.tmp/debian/changelog
        mv $@.tmp $@
 
@@ -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-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"
@@ -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