]> git.proxmox.com Git - ceph.git/blobdiff - Makefile
import ceph octopus 15.2.3 source
[ceph.git] / Makefile
index 9fdfde7513d9223621d5439853469abd99519b16..5806259f327633e81cd2e95e93ced96a2cc6749f 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 \
@@ -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-nautilus -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph xenial ./${SRCDIR}.tmp
+       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
        @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-luminous --dist stretch --arch ${ARCH}
+       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product ceph-octopus --dist stretch --arch ${ARCH}
 
 distclean: clean