Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Git servers not working well?

Thanks for this tip. I did confirm that works, but then thought why not go all the way and avoid the network protocols and use
file:///gitroot/... for builds.
Works well for me in my Hudson jobs running on Linux.
While it should not be required to make such changes, even after "git://" is fixed, it seems that "file://" might be more reliable than depending on the "internal network".

Thanks again,

P.S. I suspect file:// doesn't avoid "the network" completely -- I assume "NFS" is involved, but if it goes very little would work. :/



On 10/29/2016 05:04 PM, Stephan Herrmann wrote:
On build.eclipse.org I consistently received git: Connection refused,
but after changing protocol from git: to https: all was fine.

Stephan

On 10/29/2016 08:07 PM, Ed Willink wrote:
Hi

With the OCL HIPP, I can usually (75% success) get one build after restarting before the GIT connection fails again.

    Regards

        Ed Willink


On 29/10/2016 00:04, Matthias Sohn wrote:



Back to the top