From fb1391aae72dac4519e3d66c232d0785e59d2209 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 25 Jun 2016 14:45:51 +0200 Subject: [PATCH] use new repoman toolkit --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 676e7c2..3ee98e5 100644 --- a/Makefile +++ b/Makefile @@ -47,11 +47,5 @@ check: .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 -- 2.39.2