Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] make a local git repo on the build machine

On 02/17/2011 08:33 AM, Markus Alexander Kuppe wrote:
> On 02/17/2011 08:16 AM, Markus Alexander Kuppe wrote:
>> On 02/17/2011 08:07 AM, Wim Jongman wrote:
>>> Eclipse
>>> But I think the same thing can be done for github.
>>
>> Question is, how we best keep the remote/master repos and the local ones
>> in sync. With Github this should be straight forward, as they allow
>> different kinds of post commit hooks to be set up.
>> For eclipse.org however, commit hooks are rather restricted. We would
>> probably have to communicate with Denis. Though the last time I wanted
>> to set up a commit hook, he restricted it to only contact eclipse.org
>> infrastructure which build.ecf-project.org is not.
> 
> Btw. are there any performance differences when cloning a git repo at
> home vs. on the build machine? Maybe the EF has some kind of throttling
> in place that slows down the build machine.


tomcat@ecf-builds ~ $ git clone -o origin
git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git
/opt/hudson/jobs/C-HEAD-sdk.feature/workspace/org.eclipse.ecf
Cloning into
/opt/hudson/jobs/C-HEAD-sdk.feature/workspace/org.eclipse.ecf...
remote: Counting objects: 123525, done.
remote: Compressing objects: 100% (24849/24849), done.
Receiving objects:   8% (10548/123525), 4.23 MiB | 7 KiB/s

No wonder it takes ages with 7KiB/s.

Markus


Back to the top