From: Dietmar Maurer Date: Fri, 17 Mar 2017 16:38:04 +0000 (+0100) Subject: Makefile: use "--product pve --dist stretch" for upload target X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=800872aafb653816012dc787ff8864e99693e010;p=openvswitch.git Makefile: use "--product pve --dist stretch" for upload target --- 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