]> git.proxmox.com Git - pve-client.git/commitdiff
comment out upload target
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 22 May 2018 12:20:55 +0000 (14:20 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 22 May 2018 12:20:55 +0000 (14:20 +0200)
this is experimental code

Makefile

index f32776ea88254bd1c651fcd36267df3bf8e46eaf..fccb5f1c3b40fb7f778f2e91032d889bfc9e2d49 100644 (file)
--- 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
 
        ./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
 
 
 distclean: clean