Re: gdb and ancient GNU autotools
Mark Wielaard <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Tomasz, On Sat, Feb 24, 2024 at 06:30:42PM +0000, Tomasz Kłoczko via Gdb wrote: > Additionally main git repos all of those projects on > https://sourceware.org/git/ are served from http server which (time to > time) throttles the number of requests/s which sometimes blocks > completely automatic downloading of the patches from exact commits over > https:// interface during automated builds. How exactly are you downloading the patches? You really should not download them through the gitweb interface. Please just use git, either over https or git. Or if you really want to use a web interface please use the cgit interface at https://sourceware.org/cgit/ which is much faster than the gitweb interface. If you do have trouble doing checkouts for your automated builds and are worried that your connection is trapped in a fail2ban jail please reach out so we can investigate. https://sourceware.org/mission.html#organization Cheers, Mark