From 3cc6e4247c54fd30accdbff589707a69ca58eea5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Mar 2017 16:39:49 +0100 Subject: [PATCH] Makefile: use "--product pve,pmg --dist stretch" for upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4673a97..d31ea449 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,pmg --dist stretch .PHONY: distclean distclean: clean