X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=9a6cf34ab6c1be9b1b7587ef1d9cbd9f0e97dd35;hp=dc1ffb6247ab2ce381b9b36fbd5c55496d42b103;hb=1042b82cc1b86895f89398e70ff4fa5601f6df5c;hpb=395c18045f51892fab18365f5628a73844e07506 diff --git a/Makefile b/Makefile index dc1ffb6..9a6cf34 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -RELEASE=4.0 - VERSION=4.0 -PKGREL=23 +PKGREL=85 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