From d8e99ec84385928c8502d14ce6e7fd41a386ce42 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 17 Mar 2017 06:32:37 +0100 Subject: [PATCH] Makefile: use "--product pve --dist jessie" for upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d74f08..a1068ae 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ ${SDSRC} download: .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie clean: distclean: clean -- 2.39.2