You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2019/04/15 14:49:28 UTC

[qpid-dispatch] branch master updated: NO-JIRA - Added echo statements to print correct output directory and tag being used

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 93f052c  NO-JIRA - Added echo statements to print correct output directory and tag being used
93f052c is described below

commit 93f052ce40f47a7bf6429ad204aceeaac827f0b9
Author: Ganesh Murthy <gm...@redhat.com>
AuthorDate: Mon Apr 15 10:48:52 2019 -0400

    NO-JIRA - Added echo statements to print correct output directory and tag being used
---
 bin/make_standalone_console_tarball.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/bin/make_standalone_console_tarball.sh b/bin/make_standalone_console_tarball.sh
index 14015e6..e7f68e8 100755
--- a/bin/make_standalone_console_tarball.sh
+++ b/bin/make_standalone_console_tarball.sh
@@ -48,7 +48,6 @@ DIR=$PWD
 
 # This will get the latest created tag
 TAG=$(git describe --tags --always)
-echo Using tag ${TAG} to create archive
 
 ##
 ## Allow overrides to be passed on the cmdline
@@ -62,6 +61,13 @@ elif [ $# -ge 1 ]; then
     fi
 fi
 
+if [ "$DIR" = "." ]; then 
+    DIR=$PWD
+fi
+
+echo Using tag ${TAG} to create archive
+echo File will be output to ${DIR}
+
 # verify the tag exists
 git rev-list -1 tags/${TAG} -- >/dev/null || usage
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org