]> git.proxmox.com Git - pve-zsync.git/blobdiff - Makefile
bump version to 1.6-13
[pve-zsync.git] / Makefile
index 905dedad13a9a5406dc8ff5f02052109b63d1aa5..b125549ea323a4243417fb90e3b533739e20504c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.4
+RELEASE=4.2
 
-VERSION=1.5
+VERSION=1.6
 PACKAGE=pve-zsync
-PKGREL=1
+PKGREL=13
 
 DESTDIR=
 PREFIX=/usr
@@ -67,10 +67,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