X-Git-Url: https://git.proxmox.com/?p=pve-sheepdog.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=758aae85976e35a5cea132800cd57b9ad367cd4a;hp=9b82e61237cfb5d0a04a58c5917691038f39bd6f;hb=829c5ccd682b2d375b429fdde9ab9100c8b74ff3;hpb=a9a51d10d0649af9f9f3f8ad4d9a8230c3469179 diff --git a/Makefile b/Makefile index 9b82e61..758aae8 100644 --- a/Makefile +++ b/Makefile @@ -34,13 +34,7 @@ ${SDSRC} download: .PHONY: upload upload: ${DEB} - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw - mkdir -p /pve/${RELEASE}/extra - rm -f /pve/${RELEASE}/extra/pve-sheepdog*.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 clean: distclean: clean