]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Makefile
fix typo, use correct Proxmox namespace
[proxmox-widget-toolkit.git] / Makefile
index da69925adcd4f09b735644a9f9d00b42c79a7830..b84c1f61c8a149a54ddc17f3fff359b144a33672 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,14 @@ JSSRC=                                      \
        form/TextField.js               \
        form/Checkbox.js                \
        form/KVComboBox.js              \
+       form/ComboGrid.js               \
+       button/Button.js                \
        grid/ObjectGrid.js              \
        grid/PendingObjectGrid.js       \
        panel/InputPanel.js             \
        panel/LogView.js                \
        window/Edit.js                  \
+       window/PasswordEdit.js          \
        window/TaskViewer.js            \
        node/NetworkEdit.js             \
        node/NetworkView.js             \
@@ -62,7 +65,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