From 943803546792ae69d73514f44e2c7dc032884eb6 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Thu, 15 May 2014 15:06:08 -0700 Subject: [PATCH] bump version number; add install-keys makefile action --- Makefile | 6 ++++++ opencloud.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 diff --git a/opencloud.spec b/opencloud.spec index 65fca1f..acd9282 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud Version: 1.0.10 -Release: 2 +Release: 3 License: GPL+ Group: Development/Tools Source0: %{_tmppath}/%{name}-%{version}.tar.gz -- 2.43.0