| Summary: | Git executable not on hudsonBuild's path | ||
|---|---|---|---|
| Product: | Community | Reporter: | Laurent Goubet <laurent.goubet> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | CC: | cedric.brun, sbouchet |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Laurent Goubet
This issue blocks our Indigo RC3 contribution and we don't have a clue or any workaround in the horizon. Actually, the error is: Cannot run program "git": java.io.IOException: error=2, No such file or directory I've symlinked /usr/bin/git to /usr/local/bin/git, so you should be all set. That was fast ! The build is going on now, thanks Denis ! (In reply to comment #2) > Actually, the error is: Cannot run program "git": java.io.IOException: error=2, > No such file or directory > > I've symlinked /usr/bin/git to /usr/local/bin/git, so you should be all set. And that's what I get for reading error messages too fast :s. Thanks for the fix :). Didn't mean to reopen -_- For future reference, anything in /shared is also accessible on the build.eclipse.org server... so technically, you never need to SSH into hudson.eclipse.org. |