From: Thomas Lamprecht Date: Tue, 21 May 2019 16:52:09 +0000 (+0200) Subject: buildsys: switch upload dist over to buster X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bab23343362e659f6d51eea7eec205f218e71af3;p=pve-access-control.git buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index a07710b..cf0aa6b 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ ${DSC}: ${BUILDDIR} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${DEB_BUILD_ARCH} + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH} .PHONY: clean clean: