From cfb07bd80b9eca1a80061ac38219878f6dd4184e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 4 Jul 2019 17:55:09 +0200 Subject: [PATCH] buildsys: fix upload product for corosync-3 stretch branch Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31a9ca0..39c887a 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ download-qdev: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${DEB_BUILD_ARCH} + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product corosync-3 --dist stretch --arch ${DEB_BUILD_ARCH} distclean: clean -- 2.39.5