From: Fabian Grünbichler Date: Mon, 21 Nov 2016 14:17:32 +0000 (+0100) Subject: build: use repoman for upload target X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=df73a571ee185eb37fc3f0e02d8f86effa24d6d2;p=openvswitch.git build: use repoman for upload target --- diff --git a/Makefile b/Makefile index 95e2a49..3122a58 100644 --- a/Makefile +++ b/Makefile @@ -38,13 +38,7 @@ ${OVSSRC} download: .PHONY: upload upload: ${DEBS} - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw - mkdir -p /pve/${RELEASE}/extra - rm -f /pve/${RELEASE}/extra/openvswitch-*.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 .PHONY: distclean distclean: clean