From: Dietmar Maurer Date: Thu, 16 Mar 2017 10:32:51 +0000 (+0100) Subject: Makefile: use "--product pve --dist stretch" for upload target X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=5eeda0e38b7a99d8c6979e76a5b498d9ea513e5f;p=dab.git Makefile: use "--product pve --dist stretch" for upload target --- diff --git a/Makefile b/Makefile index cdf9cd7..637d438 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,6 @@ distclean: clean .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch