From: Dietmar Maurer Date: Tue, 22 May 2018 12:20:55 +0000 (+0200) Subject: comment out upload target X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=81ddc6f6ee86670226298baf2ab78c75e1e38391 comment out upload target this is experimental code --- diff --git a/Makefile b/Makefile index f32776e..fccb5f1 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ pve-api-definition.js: ./extractapi.pl > pve-api-definition.js.tmp mv pve-api-definition.js.tmp pve-api-definition.js -.PHONY: upload -upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist stretch +#.PHONY: upload +#upload: ${DEB} +# tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist stretch distclean: clean