From d72bef5bd3b37ecf99f151a5db5c74bba594a2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 28 Jun 2016 09:59:50 +0200 Subject: [PATCH] update make upload target --- Makefile | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/Makefile b/Makefile index ba23d7b..15bbbcf 100644 --- a/Makefile +++ b/Makefile @@ -78,28 +78,4 @@ distclean: clean .PHONY: upload upload: ${DEBS} - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw - mkdir -p /pve/${RELEASE}/extra - rm -f /pve/${RELEASE}/extra/spl_*.deb - rm -f /pve/${RELEASE}/extra/spl-dkms_*.deb - rm -f /pve/${RELEASE}/extra/libnvpair1_*.deb - rm -f /pve/${RELEASE}/extra/libnvpair1-dbg_*.deb - rm -f /pve/${RELEASE}/extra/libuutil1_*.deb - rm -f /pve/${RELEASE}/extra/libuutil1-dbg_*.deb - rm -f /pve/${RELEASE}/extra/libzfs2_*.deb - rm -f /pve/${RELEASE}/extra/libzfs2-dbg_*.deb - rm -f /pve/${RELEASE}/extra/libzfs-dev_*.deb - rm -f /pve/${RELEASE}/extra/libzpool2_*.deb - rm -f /pve/${RELEASE}/extra/libzpool2-dbg_*.deb - rm -f /pve/${RELEASE}/extra/zfs_*.deb - rm -f /pve/${RELEASE}/extra/zfs-dkms_*.deb - rm -f /pve/${RELEASE}/extra/zfs-doc_*.deb - rm -f /pve/${RELEASE}/extra/zfs-dbg_*.deb - rm -f /pve/${RELEASE}/extra/zfs-initramfs_*.deb - rm -f /pve/${RELEASE}/extra/zfsutils_*.deb - rm -f /pve/${RELEASE}/extra/zfsutils-dbg_*.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