X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=a6ef7859feb158dca03a5b9441c9c691c1ee6791;hb=9503d4570ee85f29ae4f1c6530fe3ac21aeafdad;hp=05274793d003c88dcc67cea79b3865c405b09e36;hpb=de2e10b511f172a90ed4c5ee22d602c87940355a;p=proxmox-widget-toolkit.git diff --git a/Makefile b/Makefile index 0527479..a6ef785 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=proxmox-widget-toolkit PKGVER=1.0 -PKGREL=1 +PKGREL=9 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb @@ -12,18 +12,42 @@ WWWBASEDIR=${DESTDIR}/usr/share/javascript/${PACKAGE} JSSRC= \ Utils.js \ + Toolkit.js \ + mixin/CBind.js \ data/reader/JsonObject.js \ data/ProxmoxProxy.js \ - data/UpdateQueue.js \ data/UpdateStore.js \ data/DiffStore.js \ data/ObjectStore.js \ + data/RRDStore.js \ data/TimezoneStore.js \ + form/IntegerField.js \ + form/TextField.js \ + form/DateTimeField.js \ + form/Checkbox.js \ + form/KVComboBox.js \ + form/LanguageSelector.js \ + form/ComboGrid.js \ + form/RRDTypeSelector.js \ + form/BondModeSelector.js \ + button/Button.js \ + button/HelpButton.js \ grid/ObjectGrid.js \ + grid/PendingObjectGrid.js \ + panel/InputPanel.js \ panel/LogView.js \ + panel/RRDChart.js \ + panel/GaugeWidget.js \ window/Edit.js \ + window/PasswordEdit.js \ window/TaskViewer.js \ + node/APT.js \ + node/NetworkEdit.js \ + node/NetworkView.js \ + node/DNSEdit.js \ + node/DNSView.js \ node/Tasks.js \ + node/ServiceView.js \ node/TimeEdit.js \ node/TimeView.js @@ -50,7 +74,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