From: Thomas Lamprecht Date: Wed, 22 May 2019 19:11:51 +0000 (+0200) Subject: buildsys: switch upload dist over to buster X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=76ef11e73beb992838f458e0b225aeccbb3d80af;p=criu.git buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 9bf8734..04ad80e 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${DEB_BUILD_ARCH} + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH} distclean: clean