]> git.proxmox.com Git - openvswitch.git/commitdiff
Makefile: use "--product pve --dist stretch" for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Mar 2017 16:38:04 +0000 (17:38 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Mar 2017 16:38:04 +0000 (17:38 +0100)
Makefile

index b02d0f0b6890962f0629e041cc2d99f40ccc983b..d8ed4cb91075918eee8e5c9672b2fb358cb38009 100644 (file)
--- 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