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