X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=1b5488482f11e6f579c556a6b3167569661a6c8e;hp=cd8f0295775eebf9c4a7c232dcbbe76f76e7a4d2;hb=86c4f1e6d11a56857249fd720c800325f0835f83;hpb=5d87bb77e4a8e038cdd19dde73d102eb826e890a diff --git a/Makefile b/Makefile index cd8f029..1b54884 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -RELEASE=4.1 - VERSION=4.0 PACKAGE=libpve-access-control -PKGREL=18 +PKGREL=20 DESTDIR= PREFIX=/usr @@ -68,13 +66,7 @@ deb ${DEB}: .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 .PHONY: clean clean: