From a42cfd15144ece8da475c46b95db03b9becb51b7 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 3 Aug 2016 11:56:30 +0200 Subject: [PATCH] use new repoman for upload target --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index b984f5b..1c3d9e3 100644 --- a/Makefile +++ b/Makefile @@ -39,13 +39,7 @@ download: .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 .PHONY: distclean distclean: clean -- 2.39.2