This is something external folks are reporting. Should we make sure the default manifest is already rewritten?

Thanks
-john

On Mar 12, 2013 1:14 PM, "Zach Pfeffer" <zach.pfeffer@linaro.org> wrote:
On 12 March 2013 15:08, John Stultz <john.stultz@linaro.org> wrote:
> I just got a report that repo syncs are failing from our git tree.
>
> ~/work/Linaro/android$ repo  sync -f -j 1
> fatal: The remote end hung up unexpectedly
> fatal: The remote end hung up unexpectedly
> error: Cannot fetch platform/external/libusb_aah
> warn: --force-broken, continuing to sync
> Fetching projects:   4% (14/348)  fatal: The remote end hung up unexpectedly
> Fetching projects:  23% (81/348)  fatal: The remote end hung up unexpectedly
> Fetching projects:  50% (174/348)  fatal: The remote end hung up
> unexpectedly

This has been happening a bit. You can use http to help things out.
Here's a bash function that's part of at.git that will help:

function tohttp {
    wget http://bazaar.launchpad.net/~linaro-automation/linaro-android-build-tools/trunk/download/head:/sanitizemanifest.py-20121026100311-5cyxt3zk9wgvwohf-1/rewrite-manifest.py

    python rewrite-manifest.py .repo/manifest.xml > new-manifest.xml
    mv new-manifest.xml .repo/manifest.xml
    time ./repo sync
}

Check out

https://wiki.linaro.org/Internal/Projects/Juice/UseTheAtGitToWorkWithJuiceBuilds

For more details.

> etc.
>
>
> Any clue whats going wrong? Is this the same issue as before?
>
> thanks
> -john
>
>
>
>
> On 01/09/2013 08:28 AM, Zach Pfeffer wrote:
>>
>> Hey Ramin,
>>
>> Are you still running into issues? Feel free to send them my way.
>>
>> On 11 December 2012 16:22, Zach Pfeffer <zach.pfeffer@linaro.org> wrote:
>>>
>>> Sending this over to Zendesk for tracking.
>>>
>>> On 11 December 2012 09:47, Ramin Zaghi <Ramin.Zaghi@arm.com> wrote:
>>>>
>>>> Hi
>>>>
>>>> The previous try failed.
>>>>
>>>> I need a bit more details please.
>>>>
>>>> Where can I use this URL or how?
>>>>
>>>> I have replaced the repo init line's URL in the build_cmds.sh but I
>>>> cannot get anything.
>>>>
>>>>
>>>> Ramin
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Danilo Šegan [mailto:danilo.segan@linaro.org]
>>>> Sent: 11 December 2012 15:18
>>>> To: Zach Pfeffer
>>>> Cc: Ramin Zaghi; linaro-android@lists.linaro.org; Vishal Bhoj
>>>> Subject: Re: Git/Server Errors?
>>>>
>>>> Hi Ramin,
>>>>
>>>> У уто, 11. 12 2012. у 09:07 -0600, Zach Pfeffer пише:
>>>>
>>>>> We have been having issues lately. I've added Danilo who takes care of
>>>>> our infrastructure and Vishal who handles Android platform issues.
>>>>
>>>> We are hitting a big load on our git server.  We've limited the number
>>>> of connections we accept to reduce the load, and switched all our
>>>> automated jobs to a more scalable http setup.
>>>>
>>>> I can recommend that you try switching to the more scalable http setup
>>>> as well by replacing the AOSP mirror URL with
>>>>
>>>>    http://android.git.linaro.org/git-ro
>>>>
>>>> If problems persist with this URL as well, please let us know and we'll
>>>> look into it.  Using this URL has a downside that there won't be
>>>> progress bars, but it shouldn't take much longer to repo sync (and you
>>>> can use it even with existing repo cache).
>>>>
>>>> Cheers,
>>>> Danilo
>>>>
>>>>
>>>>
>>>> -- IMPORTANT NOTICE: The contents of this email and any attachments are
>>>> confidential and may also be privileged. If you are not the intended
>>>> recipient, please notify the sender immediately and do not disclose the
>>>> contents to any other person, use it for any purpose, or store or copy the
>>>> information in any medium.  Thank you.
>>>
>>>
>>>
>>> --
>>> Zach Pfeffer
>>> Android Platform Team Lead, Linaro Platform Teams
>>> Linaro.org | Open source software for ARM SoCs
>>> Follow Linaro: http://www.facebook.com/pages/Linaro
>>> http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
>>
>>
>>
>



--
Zach Pfeffer
Android Platform Team Lead, Linaro Platform Teams
Linaro.org | Open source software for ARM SoCs
Follow Linaro: http://www.facebook.com/pages/Linaro
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog