X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=86fe485a6c6c274abd7be26cb4d556cc37f1734d;hb=refs%2Fheads%2Fsite-controller;hp=520b53ee87769fb3f531b150c8ab1d90bef65cf1;hpb=a4c337f6f16c2e9a32bfaecb7c39cf323a3ddfe7;p=plstackapi.git diff --git a/Makefile b/Makefile index 520b53e..86fe485 100644 --- a/Makefile +++ b/Makefile @@ -43,5 +43,11 @@ endif ssh $(UPLOAD_SLICE)@$(UPLOAD_HOST) rpm --install --upgrade --replacefiles --replacepkgs /root/$(NAME)-$(VERSION)-$(RELEASE).x86_64.rpm scp /opt/planetstack/hpc_wizard/bigquery_credentials.dat /opt/planetstack/hpc_wizard/client_secrets.json $(UPLOAD_SLICE)@$(UPLOAD_HOST):/opt/planetstack/hpc_wizard/ +install-keys: +ifndef UPLOAD_HOST + $(error please specify UPLOAD_HOST= on make command line) +endif + scp /opt/planetstack/hpc_wizard/bigquery_credentials.dat /opt/planetstack/hpc_wizard/client_secrets.json $(UPLOAD_SLICE)@$(UPLOAD_HOST):/opt/planetstack/hpc_wizard/ + .PHONY: dist