Repository: cloudstack
Updated Branches:
  refs/heads/master 916aead9a -> 12d52401f


Add git status output to debug git fetch failures

Signed-off-by: Daan Hoogland <[email protected]>

This closes #523


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/12d52401
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/12d52401
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/12d52401

Branch: refs/heads/master
Commit: 12d52401f778cb78b5dea798300c3468f95a90e0
Parents: 916aead
Author: Rafael da Fonseca <[email protected]>
Authored: Thu Jun 25 00:56:07 2015 +0200
Committer: Daan Hoogland <[email protected]>
Committed: Thu Jun 25 11:29:13 2015 +0200

----------------------------------------------------------------------
 tools/travis/before_install.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/12d52401/tools/travis/before_install.sh
----------------------------------------------------------------------
diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh
index b0d33a1..7231ecb 100755
--- a/tools/travis/before_install.sh
+++ b/tools/travis/before_install.sh
@@ -49,6 +49,9 @@ javac -version
 echo -e "\nMaven Version: "
 mvn -v
 
+echo -e "\nCheck Git status"
+git status
+
 echo -e "\nUpdating the system: "
 sudo apt-get -q -y update > /dev/null
 

Reply via email to