X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=Makefile;h=ff687d2c1655dc67b5522c755f39906d91b99070;hp=9298729e868d1359c5240039260b8add71a1001d;hb=dc643b4d34e7fa1d8a8b544c5a367e454a9c3ba5;hpb=3bce273b66ebea7898c4cfe0af38c4278054c57c diff --git a/Makefile b/Makefile index 9298729..ff687d2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -RELEASE=3.3 - -VERSION=1.0 -PKGREL=13 +VERSION=2.0 +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