X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=9842d7248122fa2de0ebf4db1fc01a3685e49d50;hp=95181ade94f8e7cf85526240684f9fab08dbdc6c;hb=1621113cec5df006eb9e1b9663a30477bcc02b58;hpb=d5f6190912a3d000f20d96e7f1b4c837a66e8b66 diff --git a/Makefile b/Makefile index 95181ad..9842d72 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=4.0 +RELEASE=4.3 VERSION=4.0 -PKGREL=8 +PKGREL=83 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