X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=1c41a8d41dd6ce1edc6f2dd1b79d6b44559fb305;hb=b542702d85d1e4997798745655205775e13a1596;hp=62c5f74cbec118686c456b038f1eec2c28abf3da;hpb=40d43a392300505f45ff05f0b0343a08f4fbdb28;p=proxmox-widget-toolkit.git diff --git a/Makefile b/Makefile index 62c5f74..1c41a8d 100644 --- 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