Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 897641824D for ; Mon, 29 Jun 2015 07:00:29 +0000 (UTC) Received: (qmail 74945 invoked by uid 500); 29 Jun 2015 07:00:24 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 74864 invoked by uid 500); 29 Jun 2015 07:00:24 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 73553 invoked by uid 99); 29 Jun 2015 07:00:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 07:00:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B62E1E17FD; Mon, 29 Jun 2015 07:00:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jayapal@apache.org To: commits@cloudstack.apache.org Date: Mon, 29 Jun 2015 07:01:03 -0000 Message-Id: <744d383b022849faaebca91c6daee856@git.apache.org> In-Reply-To: <0d74957833654fb3a8670b3a43e6ef98@git.apache.org> References: <0d74957833654fb3a8670b3a43e6ef98@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 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 Authored: Thu Jun 25 00:56:07 2015 +0200 Committer: Daan Hoogland 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