From 8fd62b1775ade228d2afb11a57082984fd152258 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 27 Jun 2016 10:50:44 +0200 Subject: [PATCH 1/1] upload: use new repoman toolkit --- Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 7a63a48..6a3dfa6 100644 --- 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 -- 2.39.2