]> git.proxmox.com Git - pve-sheepdog.git/commitdiff
Makefile: use "--dist stretch" for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Mar 2017 05:52:22 +0000 (06:52 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Mar 2017 05:52:22 +0000 (06:52 +0100)
Makefile

index a1068ae6b10c0ce4f81378c59f77e23bd7c6d899..d7d1d192982b52b2c7ebb749ce30bea5ce694a7c 100644 (file)
--- 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