]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
Makefile: use "--product pve --dist jessie" for upload target
[pve-http-server.git] / Makefile
index 457521afe9edca535fae5375a21d46c63868f744..fd79b7192c632483e6efe2c01395c7089a55aab5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ JQSRC=jquery-${JQVER}.min.js
 all:
 
 .PHONY: deb
-deb ${DEB}:
+deb: ${DEB}
+${DEB}:
        rm -rf build
        rsync -a * build
        cd build; dpkg-buildpackage -b -us -uc
@@ -74,7 +75,7 @@ install: ${BTDATA}
 
 .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
        rm -f examples/simple-demo.pem