From: Dietmar Maurer Date: Fri, 5 Aug 2016 11:07:58 +0000 (+0200) Subject: use new repoman for upload target X-Git-Url: https://git.proxmox.com/?p=lxc.git;a=commitdiff_plain;h=ec09f3541ceb337c04e9ba88ae1211581a70b401 use new repoman for upload target --- diff --git a/Makefile b/Makefile index aae7bbf..3f6b4fd 100644 --- a/Makefile +++ b/Makefile @@ -36,15 +36,7 @@ download ${SRCTAR}: .PHONY: upload upload: ${DEBS} - 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/${PACKAGE}-dev_*.deb - rm -f /pve/${RELEASE}/extra/${PACKAGE}-dbg_*.deb - rm -f /pve/${RELEASE}/extra/Packages* - cp ${DEBS} /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 - ${DEBS} | ssh repoman@repo.proxmox.com upload distclean: clean