You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2018/07/12 12:22:49 UTC

[2/2] qpid-interop-test git commit: QPIDIT-125: some more quickstart tweaks - Dont describe development tags as releases as they aren't. - Move developer repo details down as they are not a primary entry point for regular users.

QPIDIT-125: some more quickstart tweaks
- Dont describe development tags as releases as they aren't.
- Move developer repo details down as they are not a primary entry point for regular users.


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/6e623b61
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/6e623b61
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/6e623b61

Branch: refs/heads/master
Commit: 6e623b61d7fc457c584669f135b45be38c8a43b3
Parents: 2cf9bbf
Author: Robbie Gemmell <ro...@apache.org>
Authored: Thu Jul 12 13:20:12 2018 +0100
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Thu Jul 12 13:20:12 2018 +0100

----------------------------------------------------------------------
 QUICKSTART.md | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/6e623b61/QUICKSTART.md
----------------------------------------------------------------------
diff --git a/QUICKSTART.md b/QUICKSTART.md
index 7613713..957c4ac 100644
--- a/QUICKSTART.md
+++ b/QUICKSTART.md
@@ -217,21 +217,12 @@ and can be stopped with
 Qpid-interop-test may be installed locally (preferred for local builds) or to the system
 (which requires root privileges). For a local install, use the `-DCMAKE_INSTALL_PREFIX`
 option to the `cmake` command. If it is omitted, then qpid-interop-test will be installed
-into the default system directories.  The source may be unpacked, or (if you need to use the
-latest and greatest), cloned from git:
-
-    git clone https://git-wip-us.apache.org/repos/asf/qpid-interop-test.git
-    
-or
-    
-    git clone https://github.com/apache/qpid-interop-test.git
+into the default system directories.
 
 Assuming the source tree is located in directory qpid-interop-test:
 
 ````
 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
 ````
@@ -251,6 +242,16 @@ sudo make install
 
 ````
 
+If you are a developer working on changes to qpid-interop-test itself, the
+source repository can be cloned from git as follows:
+
+    git clone https://git-wip-us.apache.org/repos/asf/qpid-interop-test.git
+    
+or
+    
+    git clone https://github.com/apache/qpid-interop-test.git
+
+
 ## 5. Run the tests
 
 ### 5.1 Set the environment


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