From 81ddc6f6ee86670226298baf2ab78c75e1e38391 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 22 May 2018 14:20:55 +0200 Subject: [PATCH 1/1] comment out upload target this is experimental code --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2