From e3ea69f446ae7cb7e7fdd6c999890aad24e1766b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 13 Sep 2016 06:33:03 +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 999dc2a..9cf19b4 100644 --- a/Makefile +++ b/Makefile @@ -35,13 +35,7 @@ deb ${DEB} ${DBG_DEB}: .PHONY: upload upload: ${DEB} ${DBG_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} ${DBG_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} ${DBG_DEB}| ssh repoman@repo.proxmox.com upload .PHONY: clean clean: -- 2.39.2