From 1d9bdf9dc6d1b63d6d1d43dcb747f575d242e440 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 13 Mar 2017 14:22:49 +0100 Subject: [PATCH] update make upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7eac60d0..14f57ab8 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ $(DEB): .PHONY: upload upload: ${DEB} check ./repoid.pl .git check - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload -product pve -dist jessie #.PHONY: poupload #poupload: