This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] build-many-glibcs.py: Use --depth 1 in Git checkout
- From: Florian Weimer <fweimer at redhat dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: Joseph Myers <joseph at codesourcery dot com>, <libc-alpha at sourceware dot org>
- Date: Tue, 03 Mar 2020 15:46:45 +0100
- Subject: Re: [PATCH] build-many-glibcs.py: Use --depth 1 in Git checkout
- References: <877e06udhu.fsf@oldenburg2.str.redhat.com> <alpine.DEB.2.21.2002282117410.23276@digraph.polyomino.org.uk> <87zhd2s8gt.fsf@oldenburg2.str.redhat.com> <mvmwo81bz9d.fsf@suse.de> <87pndtiyh7.fsf@oldenburg2.str.redhat.com> <mvmsgipbx8w.fsf@suse.de>
* Andreas Schwab:
> On Mär 03 2020, Florian Weimer wrote:
>
>> * Andreas Schwab:
>>
>>> On Feb 28 2020, Florian Weimer wrote:
>>>
>>>> It really reduces checkout time, particularly if sourceware.org is under
>>>> load.
>>>
>>> Why can't you just use a local mirror?
>>
>> I was trying to push builds out to a cluster of machines, and I don't
>> know where local is for each machine.
>
> You can make it anywhere you like.
Sure, and with --shallow, it's a little bit faster even.
Thanks,
Florian