From ec09f3541ceb337c04e9ba88ae1211581a70b401 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 5 Aug 2016 13:07:58 +0200 Subject: [PATCH] use new repoman for upload target --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 -- 2.39.2