X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=07759a0f2590228779235c64225232c844776612;hp=8ca1d9dbad967d9600b5119dbba17ea948d14dab;hb=87cd38946ef0d1381add4701105117d1b5b9a8fb;hpb=971a8d8c17480ae5125fb93e73f30a1e608cf58c diff --git a/Makefile b/Makefile index 8ca1d9d..07759a0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -RELEASE=4.0 - VERSION=4.0 -PKGREL=13 +PKGREL=90 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