]> git.proxmox.com Git - pve-docs.git/commitdiff
Makefile: use "--product pve --dist jessie" for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 11 Mar 2017 06:48:03 +0000 (07:48 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 11 Mar 2017 06:48:03 +0000 (07:48 +0100)
Makefile

index cc995b3235c310efe98269a5cf3c5f2ec522e1d9..b00a5428b7568f990ace3d6495a54b777df0560f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -216,7 +216,7 @@ $(MEDIAWIKI_DEB): pve-docs-mediawiki-import
 
 .PHONY: upload
 upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB}
-       tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie
 
 .PHONY: update
 update: clean