You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2018/07/11 16:21:31 UTC

[1/2] qpid-interop-test git commit: QPIDIT-125: Minor updates to QUICKSTART.md

Repository: qpid-interop-test
Updated Branches:
  refs/heads/0.2.0 d3bcb0c73 -> d506b92c3


QPIDIT-125: Minor updates to QUICKSTART.md


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/c4f92075
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/c4f92075
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/c4f92075

Branch: refs/heads/0.2.0
Commit: c4f920753ca489859680246eb773a8a74b353488
Parents: d3bcb0c
Author: Kim van der Riet <kp...@apache.org>
Authored: Wed Jul 11 12:10:56 2018 -0400
Committer: Kim van der Riet <kp...@apache.org>
Committed: Wed Jul 11 12:18:22 2018 -0400

----------------------------------------------------------------------
 QUICKSTART.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/c4f92075/QUICKSTART.md
----------------------------------------------------------------------
diff --git a/QUICKSTART.md b/QUICKSTART.md
index d123ac7..eae09e7 100644
--- a/QUICKSTART.md
+++ b/QUICKSTART.md
@@ -230,6 +230,7 @@ or
 Assuming the source tree is located in directory qpid-interop-test:
 
 ````
+git checkout <tagname> # tagname is the release, for example 0.2.0-rc3
 cd qpid-interop-test
 mkdir build
 cd build


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


[2/2] qpid-interop-test git commit: QPIDIT-125: More minor updates to QUICKSTART.md

Posted by kp...@apache.org.
QPIDIT-125: More minor updates to QUICKSTART.md


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/d506b92c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/d506b92c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/d506b92c

Branch: refs/heads/0.2.0
Commit: d506b92c39aedf0c5f13fbd026a7515cec76cc7c
Parents: c4f9207
Author: Kim van der Riet <kp...@apache.org>
Authored: Wed Jul 11 12:19:44 2018 -0400
Committer: Kim van der Riet <kp...@apache.org>
Committed: Wed Jul 11 12:20:18 2018 -0400

----------------------------------------------------------------------
 QUICKSTART.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/d506b92c/QUICKSTART.md
----------------------------------------------------------------------
diff --git a/QUICKSTART.md b/QUICKSTART.md
index eae09e7..3d75573 100644
--- a/QUICKSTART.md
+++ b/QUICKSTART.md
@@ -230,8 +230,9 @@ or
 Assuming the source tree is located in directory qpid-interop-test:
 
 ````
-git checkout <tagname> # tagname is the release, for example 0.2.0-rc3
 cd qpid-interop-test
+git tag -l # See list of tags
+git checkout tags/<tagname> # tagname is the release, for example 0.2.0-rc3
 mkdir build
 cd build
 ````


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