]> git.proxmox.com Git - libanyevent-http-perl.git/commitdiff
upload: use new repoman toolkit master
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Jun 2016 08:50:44 +0000 (10:50 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Jun 2016 08:50:44 +0000 (10:50 +0200)
Makefile

index 7a63a486f1a3f0752705221a7b6d378c1e3a88d2..6a3dfa68a7fa54cc564fd5040e814280b76e8d9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,11 +40,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