There seems to be a problem with Linaro's git servers when I am trying to checkout Android:
#./repo sync;
Fetching projects: 45% (146/324) Exception in thread Thread-148: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 504, in run self.__target(*self.__args, **self.__kwargs) File "/media/workslw/android/linaro_12.12/android/.repo/repo/subcmds/sync.py", line 228, in _FetchHelper clone_bundle=not opt.no_clone_bundle) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 974, in Sync_NetworkHalf self._InitMRef() File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 1747, in _InitMRef self._InitAnyMRef(R_M + self.manifest.branch) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 1759, in _InitAnyMRef self.bare_git.UpdateRef(ref, dst, message = msg, detach = True) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 1933, in UpdateRef self.update_ref(*cmdv) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 2005, in runner p.stderr)) GitError: tools/pm-qa update-ref: fatal: 03e09b72a473032e434c811b2500f63fb65260c4^0: not a valid SHA1
Fetching projects: 46% (150/324) error: Exited sync due to fetch errors
Ramin
------------------------------ Ramin Zaghi Software Engineer Processor Division / PDCS ------------------------------ ARM Ltd. 110 Fulbourn Road Cambridge CB1 9NJ, UK ------------------------------ Tel: +44 1223 406347 [Extn 22347] ------------------------------
-- 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.
Thanks for the email Ramin.
We have been having issues lately. I've added Danilo who takes care of our infrastructure and Vishal who handles Android platform issues.
Would you try again?
On 11 December 2012 08:58, Ramin Zaghi Ramin.Zaghi@arm.com wrote:
There seems to be a problem with Linaro's git servers when I am trying to checkout Android:
#./repo sync;
Fetching projects: 45% (146/324) Exception in thread Thread-148: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 504, in run self.__target(*self.__args, **self.__kwargs) File "/media/workslw/android/linaro_12.12/android/.repo/repo/subcmds/sync.py", line 228, in _FetchHelper clone_bundle=not opt.no_clone_bundle) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 974, in Sync_NetworkHalf self._InitMRef() File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 1747, in _InitMRef self._InitAnyMRef(R_M + self.manifest.branch) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 1759, in _InitAnyMRef self.bare_git.UpdateRef(ref, dst, message = msg, detach = True) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 1933, in UpdateRef self.update_ref(*cmdv) File "/media/workslw/android/linaro_12.12/android/.repo/repo/project.py", line 2005, in runner p.stderr)) GitError: tools/pm-qa update-ref: fatal: 03e09b72a473032e434c811b2500f63fb65260c4^0: not a valid SHA1
Fetching projects: 46% (150/324) error: Exited sync due to fetch errors
Ramin
Ramin Zaghi Software Engineer Processor Division / PDCS
ARM Ltd. 110 Fulbourn Road Cambridge CB1 9NJ, UK
Tel: +44 1223 406347 [Extn 22347]
-- 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.
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
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
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.
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.
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/#%21/linaroorg - http://www.linaro.org/linaro-blog
Yes I am still getting "error: Exited sync due to fetch errors".
Ramin
-----Original Message----- From: Zach Pfeffer [mailto:zach.pfeffer@linaro.org] Sent: 09 January 2013 16:29 To: Ramin Zaghi; Support Cc: Danilo Šegan; linaro-android@lists.linaro.org; Vishal Bhoj Subject: Re: Git/Server Errors?
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/#%21/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/#%21/linaroorg - http://www.linaro.org/linaro-blog
-- 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.
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
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/#%21/linaroorg - http://www.linaro.org/linaro-blog
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/tr...
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/UseTheAtGitToWorkWithJuiceBu...
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/#%21/linaroorg - http://www.linaro.org/linaro-blog
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/tr...
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/UseTheAtGitToWorkWithJuiceBu...
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/#%21/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/#%21/linaroorg - http://www.linaro.org/linaro-blog
On 12 March 2013 15:26, John Stultz john.stultz@linaro.org wrote:
This is something external folks are reporting. Should we make sure the default manifest is already rewritten?
We discussed that, but err'd on the side of leaving it as is so that repo upload would work. The choice is up to Bero now.
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/tr...
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/UseTheAtGitToWorkWithJuiceBu...
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/#%21/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/#%21/linaroorg - http://www.linaro.org/linaro-blog
On 12 March 2013 21:42, Zach Pfeffer zach.pfeffer@linaro.org wrote:
On 12 March 2013 15:26, John Stultz john.stultz@linaro.org wrote:
This is something external folks are reporting. Should we make sure the default manifest is already rewritten?
We discussed that, but err'd on the side of leaving it as is so that repo upload would work. The choice is up to Bero now.
I'll need some input on this -- is anyone actually working on this tree with repo upload?
Personally, I just use git directly anyway, so I wouldn't even notice if we broke it - but obviously I don't want to break other people's workflow. So... Does anyone use repo upload?
ttyl bero
On 13 March 2013 06:35, Bernhard Rosenkränzer < bernhard.rosenkranzer@linaro.org> wrote:
On 12 March 2013 21:42, Zach Pfeffer zach.pfeffer@linaro.org wrote:
On 12 March 2013 15:26, John Stultz john.stultz@linaro.org wrote:
This is something external folks are reporting. Should we make sure the default manifest is already rewritten?
We discussed that, but err'd on the side of leaving it as is so that repo upload would work. The choice is up to Bero now.
I'll need some input on this -- is anyone actually working on this tree with repo upload?
Personally, I just use git directly anyway, so I wouldn't even notice if we broke it - but obviously I don't want to break other people's workflow. So... Does anyone use repo upload?
We have already switch to http in all the manifests in the main manifest repository. repo upload feature still works since we don't change the "review" URL. I think the juice manifest repositories were not updated.
ttyl bero
On Tue, 2012-12-11 at 16:18 +0100, Danilo Šegan wrote:
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
Our main manifests now seem to use this URL, but this morning I got repeated errors with one of the repos (platform/frameworks/wilhelm) about it not being able to find the required commit. GitWeb showed the commit does exist so I hacked my manifest to revert to using git rather than http for that particular repo and that fixed things for me. So it seems http isn't 100% reliable either.
linaro-android@lists.linaro.org