X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=5806259f327633e81cd2e95e93ced96a2cc6749f;hb=fc35b972e881f6bc0799878dc2491c55b2cd6a57;hp=9fdfde7513d9223621d5439853469abd99519b16;hpb=4bffc392f8d79c1ca62a89b70c9f0cd7d6b7a38f;p=ceph.git diff --git a/Makefile b/Makefile index 9fdfde751..5806259f3 100644 --- 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