X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=23950acb3253d22c3ab39fe53e8f3451821ba811;hp=e91a44886c87e0eb4cf2ef956aad2965be3be424;hb=9c07db40e070caeefa4a67d5b9efacceada885db;hpb=a76028f8472ac1b64c4d44d4111d2c42879485f4 diff --git a/Makefile b/Makefile index e91a448..23950ac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=4.1 +RELEASE=4.3 VERSION=4.0 -PKGREL=59 +PKGREL=81 PACKAGE=libpve-common-perl @@ -47,11 +47,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