X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=Makefile;h=ff687d2c1655dc67b5522c755f39906d91b99070;hp=73cf540a9cede58ceee103fdcd36c25ef21dc25b;hb=dc643b4d34e7fa1d8a8b544c5a367e454a9c3ba5;hpb=aa818ae77439f98e6fc9b6b97ebb412f2679dfa3 diff --git a/Makefile b/Makefile index 73cf540..ff687d2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -RELEASE=4.0 - VERSION=2.0 -PKGREL=13 +PKGREL=32 PACKAGE=pve-firewall @@ -51,10 +49,4 @@ distclean: clean .PHONY: upload upload: ${DEB} - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw - mkdir -p /pve/${RELEASE}/extra - rm -f /pve/${RELEASE}/extra/${PACKAGE}_*.deb - rm -f /pve/${RELEASE}/extra/Packages* - cp ${DEB} /pve/${RELEASE}/extra - cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro + tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload