]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Makefile
Makefile: use "--product pve,pmg --dist stretch" for upload target
[proxmox-widget-toolkit.git] / Makefile
index 62c5f74cbec118686c456b038f1eec2c28abf3da..1c41a8d41dd6ce1edc6f2dd1b79d6b44559fb305 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,11 @@ JSSRC=                                       \
        data/DiffStore.js               \
        data/ObjectStore.js             \
        data/TimezoneStore.js           \
+       form/IntegerField.js            \
        form/TextField.js               \
        form/Checkbox.js                \
+       form/KVComboBox.js              \
+       button/Button.js                \
        grid/ObjectGrid.js              \
        grid/PendingObjectGrid.js       \
        panel/InputPanel.js             \
@@ -60,7 +63,7 @@ install: proxmoxlib.js
 
 .PHONY: upload
 upload: ${DEB}
-       # fixme tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg --dist stretch
 
 distclean: clean