From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id N/PDMyFE2mUsUisAWB0awg (envelope-from ) for ; Sat, 24 Feb 2024 14:31:45 -0500 Received: by simark.ca (Postfix, from userid 112) id BCE7B1E0D2; Sat, 24 Feb 2024 14:31:45 -0500 (EST) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id A09EA1E030 for ; Sat, 24 Feb 2024 14:31:43 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C4A0E385828A for ; Sat, 24 Feb 2024 19:31:42 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 169173858D34 for ; Sat, 24 Feb 2024 19:31:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 169173858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 169173858D34 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708803076; cv=none; b=VQX4dkckdiDs1Vo7h4nF4oVdYL7I46LMkt9sCOR/j4Q1NesPQnIRsZH5xAVMur+045HfxNlCqKdCxnBuL8LjJvHjkXYFwqD0ADbJsFeLGWOtaGU6m3I0IrtC5EZOlKwXYn32SJ3lwOFQ/XZWT7gkA5Qr59KJrvGJWCoBtUNafqo= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708803076; c=relaxed/simple; bh=FRaA2L2fd3HVyu7f9t/2KpdsIpAb+lG60ggHDjWS53k=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=IbHg43+qYiR20urzCzGHLfx6jFCz2FD19cpUx0wocQFIGLOppApxJFhbA5Vwqe4KDTsuopFE+wUTf5HtyciChngKPDR611JlcyjpYw53Qu2CuraZliJbA9844nLDWDre4P2AyIqtGgtiR5CWZQ2N03yfDQYPXTYICbTifrxpRrI= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 2334D3000400; Sat, 24 Feb 2024 20:31:14 +0100 (CET) Date: Sat, 24 Feb 2024 20:31:14 +0100 From: Mark Wielaard To: Tomasz =?utf-8?Q?K=C5=82oczko?= Cc: Sam James , gdb@sourceware.org Subject: Re: gdb and ancient GNU autotools Message-ID: <20240224193114.GF1353@gnu.wildebeest.org> References: <87v86d6byg.fsf@gentoo.org> <87o7c56ale.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" 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