diff --git a/Makefile b/Makefile index 8904228..496af33 100644 --- a/Makefile +++ b/Makefile @@ -53,12 +53,5 @@ distclean: clean .PHONY: upload upload: ${DEB} ${SIMDEB} - 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/${SIMPACKAGE}_*.deb - rm -f /pve/${RELEASE}/extra/Packages* - cp ${DEB} ${SIMDEB} /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} ${SIMDEB}|ssh repoman@repo.proxmox.com upload