From: Dietmar Maurer Date: Fri, 17 Mar 2017 05:52:22 +0000 (+0100) Subject: Makefile: use "--dist stretch" for upload target X-Git-Url: https://git.proxmox.com/?p=pve-sheepdog.git;a=commitdiff_plain;h=d935125a9e055c1b90c595300378c6d796e47ad9 Makefile: use "--dist stretch" for upload target --- diff --git a/Makefile b/Makefile index a1068ae..d7d1d19 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ ${SDSRC} download: .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch clean: distclean: clean