]> git.proxmox.com Git - pve-apiclient.git/commitdiff
Makefile: use "--product pve --dist jessie" for upload target stable-4
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 10 Mar 2017 08:10:35 +0000 (09:10 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 10 Mar 2017 08:10:35 +0000 (09:10 +0100)
Makefile

index 79478808196f761b92dc8a79ae30f43993b992eb..976a97e30909dc1d1df189a5f6b005af8a9c3b0b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ install:
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
 
 distclean: clean