This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git
commit 6e623b61d7fc457c584669f135b45be38c8a43b3 Author: Robbie Gemmell <[email protected]> AuthorDate: Thu Jul 12 13:20:12 2018 +0100 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. --- QUICKSTART.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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: [email protected] For additional commands, e-mail: [email protected]
