X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=40b7252d1a6cc95fa680fd917560b9c305d1f601;hp=1f8386ed96441ffee2c97a33b02cc8a109b13166;hb=26bcdf92d5e8d49fbea192adf2b9b5253f6a50ae;hpb=d601e17b1044e85b97d37512e045c3f095eaa833 diff --git a/Makefile b/Makefile index 1f8386e..40b7252 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -RELEASE=4.1 - VERSION=4.0 -PKGREL=45 +PKGREL=91 PACKAGE=libpve-common-perl @@ -47,11 +45,5 @@ check: .PHONY: upload upload: ${DEB} - 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