From d935125a9e055c1b90c595300378c6d796e47ad9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 17 Mar 2017 06:52:22 +0100 Subject: [PATCH] Makefile: use "--dist stretch" for upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2