You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ja...@apache.org on 2015/06/29 09:01:03 UTC

[42/50] [abbrv] git commit: updated refs/heads/dhcpoffload to 45721ae

Add git status output to debug git fetch failures

Signed-off-by: Daan Hoogland <da...@onecht.net>

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/dhcpoffload
Commit: 12d52401f778cb78b5dea798300c3468f95a90e0
Parents: 916aead
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Thu Jun 25 00:56:07 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
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