From: Thomas Lamprecht Date: Wed, 10 Jul 2019 15:04:54 +0000 (+0200) Subject: buildsys: switch upload dist over to buster X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e9e26d62f20105306bd04fd288a308cf63122440;hp=4f0743d8ea5b03132c3a44ab72ca51efca9b71c8;p=pve-omping.git buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index e05e47d..bd5fb88 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ${DEBS}: ${PKGSRC} .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH} + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${ARCH} distclean: clean