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 2018/11/01 17:58:31 UTC

qpid-dispatch git commit: NO-JIRA - Added some comments to export.sh

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 4765ded3f -> 0d6dbac78


NO-JIRA - Added some comments to export.sh


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/0d6dbac7
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/0d6dbac7
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/0d6dbac7

Branch: refs/heads/master
Commit: 0d6dbac782e904cd94a6945a7077454975cf01cf
Parents: 4765ded
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Thu Nov 1 13:58:18 2018 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Thu Nov 1 13:58:18 2018 -0400

----------------------------------------------------------------------
 bin/export.sh | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/0d6dbac7/bin/export.sh
----------------------------------------------------------------------
diff --git a/bin/export.sh b/bin/export.sh
index 9162de1..539af90 100755
--- a/bin/export.sh
+++ b/bin/export.sh
@@ -20,6 +20,19 @@
 #
 
 # export.sh - Create a release archive.
+
+# run this script like this - 
+# Before executing this script, change directory to the folder in which this file is located, for example.
+#   1. cd /home/jdoe/qpid-dispatch/bin
+# Run the script like so - 
+#  2. ./export.sh <output_folder-full-path> <tag-name> 
+#  (Example : ./export.sh /home/jdoe/ 1.5.1 
+#  (/home/jdoe is the folder you want the tar.gz file to be put - specify the full path) 
+#  1.5.1 is the tag name
+# A file named qpid-dispatch-<tag-name>.tar.gz will be created at <output_folder-full-path>
+
+# Simply running ./export.sh will put the tar.gz file in the current folder and use the very latest createed tag 
+
 set -e
 trap "cleanup" 0 1 2 3 9 11 13 15
 


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