diff --git a/Makefile b/Makefile index 28ea134d..43aa3546 100644 --- a/Makefile +++ b/Makefile @@ -50,16 +50,11 @@ ${DEB} deb: # supress lintian error: statically-linked-binary usr/bin/pvemailforward lintian -X binaries ${DEB} +.PHONY: upload .PHONY: upload upload: ${DEB} check ./repoid.pl .git check - 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} /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 --dist wheezy #.PHONY: poupload #poupload: