]> git.proxmox.com Git - pmg-log-tracker.git/commitdiff
fix upload target (--product pmg)
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 21 Sep 2017 09:58:03 +0000 (11:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 21 Sep 2017 09:58:03 +0000 (11:58 +0200)
Makefile

index 209a2b3b4ab5198c1089fdce4d7509a5f9becf4c..0cd627e616c3406cf3ccace5f5721f15521a5381 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ dinstall: ${DEB}
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
+       tar cf - ${DEB} ${DBG_DEB}| ssh repoman@repo.proxmox.com -- upload --product pmg --dist stretch --arch ${ARCH}
 
 .PHONY: distclean
 distclean: clean