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 2017/11/01 16:51:06 UTC

qpid-dispatch git commit: DISPATCH-862 - Added an echo statement to print out the sha of the proton commit being used

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 470aafbe6 -> 92d54a0dd


DISPATCH-862 - Added an echo statement to print out the sha of the proton commit being used


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

Branch: refs/heads/master
Commit: 92d54a0dd650ddc57bc09c5f7955c816f047c949
Parents: 470aafb
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Tue Oct 31 09:16:48 2017 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Nov 1 12:50:31 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/92d54a0d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index b7514f8..a246b5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,9 @@ before_script:
 - cmake --build . --target install
 
 script:
+- pushd ../qpid-proton
+- echo $(echo "Current proton checkout:") $(git rev-parse HEAD)
+- popd
 - ctest -V
 - popd
 - mvn apache-rat:check


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