GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/523
Add git status output to debug git fetch failures The purpose of this is to visualize the git status output after git fetch, to identify possible problems that are stalling the build. On a recent travis build stall, got this message from the downloadDeps.sh script plugin runs: [ERROR] org.eclipse.jgit.errors.RevWalkException: Walk failure. Caused by: org.eclipse.jgit.errors.MissingObjectException: Missing commit 6e068551d60b68288dd69e8248bcc5043e8e97e8 If fetching is actually having problems on some runs, the output of git status should provide more insight on it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloudstack debugtravis Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/523.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #523 ---- commit a11d4be9a81ae7acaabd030bda3c7b06bf418956 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-06-24T22:56:07Z Add git status output to debug git fetch failures ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---