]> git.proxmox.com Git - ceph.git/commitdiff
update download target update for octopus release
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Mar 2020 13:47:25 +0000 (14:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Mar 2020 13:47:25 +0000 (14:47 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9fdfde7513d9223621d5439853469abd99519b16..9994fdd788119671366aeb188b037b42091d2e50 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-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