]> git.proxmox.com Git - pve-zsync.git/commitdiff
use new repoman for upload target
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 6 Sep 2016 06:15:28 +0000 (08:15 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 6 Sep 2016 06:15:28 +0000 (08:15 +0200)
Makefile

index 45d3aa086946c07b2fb24fafd840297880b1a4b8..75f46e7c56f3ff6c2f5011412da24e9f05281e64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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