X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=38d4f68dc369eb340c454194a16309bcc2b066e9;hp=bd91ddcf1b0eaadcb8d9f9200ea8daf3df4deee3;hb=7788d7e523923c508219d1c765394e9397025271;hpb=c3608045b8a4e038e469103f26348ed3a47d5e81 diff --git a/Makefile b/Makefile index bd91ddc..38d4f68 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -RELEASE=4.1 - VERSION=4.0 -PKGREL=57 +PKGREL=89 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