mirror of
https://git.proxmox.com/git/ceph.git
synced 2025-04-28 21:48:04 +00:00
buildsys: switch source download to quincy
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f9aa029788
commit
a71831dadd
2
Makefile
2
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-pacific -cdgit-distro.ceph.git-check=false --apt-get:--option=Dir::Etc::Trusted=${CURDIR}/upstream-key.asc -d ceph clone ceph buster ./${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"
|
||||
|
Loading…
Reference in New Issue
Block a user