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