]> git.proxmox.com Git - pve-zsync.git/blobdiff - Makefile
bump version to 1.6-13
[pve-zsync.git] / Makefile
index 45d3aa086946c07b2fb24fafd840297880b1a4b8..b125549ea323a4243417fb90e3b533739e20504c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.2
 
 VERSION=1.6
 PACKAGE=pve-zsync
-PKGREL=12
+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