From 800872aafb653816012dc787ff8864e99693e010 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 17 Mar 2017 17:38:04 +0100 Subject: [PATCH] Makefile: use "--product pve --dist stretch" for upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b02d0f0..d8ed4cb 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ ${OVSSRC} download: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch .PHONY: distclean distclean: clean -- 2.39.2