From 5957260e88bdf089082386a399828ceb87d8837a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 10 Mar 2017 09:19:14 +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 c4673a97..fee566d0 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install: ${EXTDATA} .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 .PHONY: distclean distclean: clean