X-Git-Url: https://git.proxmox.com/?p=pve-apiclient.git;a=blobdiff_plain;f=Makefile;h=35a55cca329eb8bd96cdad3e0b9d3e410f4fc00c;hp=08b1ce4ba77109c2025a16cbdab02bfff37a36b6;hb=bf0c1ca60697edbc5a6d8a6a4635f3a253d10213;hpb=8291fb9a6e6bd08cce62bd2bbc9adf9ea417bccd diff --git a/Makefile b/Makefile index 08b1ce4..35a55cc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=libpve-apiclient-perl -PKGVER=1.0 -PKGREL=2 +PKGVER=2.0 +PKGREL=1 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb @@ -24,10 +24,11 @@ install: install -d -m 755 ${DOCDIR}/examples install -m 0755 examples/example1.pl ${DOCDIR}/examples install -m 0755 examples/example2.pl ${DOCDIR}/examples + install -m 0755 examples/perftest1.pl ${DOCDIR}/examples .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist stretch distclean: clean