From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116042 invoked by alias); 11 Aug 2015 18:55:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 115849 invoked by uid 89); 11 Aug 2015 18:55:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 11 Aug 2015 18:55:26 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id E4BF99D789; Tue, 11 Aug 2015 18:55:24 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-20.ams2.redhat.com [10.36.116.20]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7BItKKK024308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 11 Aug 2015 14:55:22 -0400 Date: Tue, 11 Aug 2015 18:55:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Gary Benson , gdb-patches@sourceware.org, Sandra Loosemore , Pedro Alves , =?utf-8?B?QW5kcsOpIFDDtm5pdHo=?= , Paul_Koning@Dell.com Subject: Re: [PATCH 0/2] Better handling of slow remote transfers Message-ID: <20150811185519.GA28644@host1.jankratochvil.net> References: <001a11c301b0388ac5051d0c5ab8@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001a11c301b0388ac5051d0c5ab8@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00246.txt.bz2 On Tue, 11 Aug 2015 19:22:54 +0200, Doug Evans wrote: > IOW, can we have (or is there already) a configure > option that controls the default behaviour, > and can we default it to what 7.9 does > (not auto-fetch files) ? I would like to pinpoint that for patches targeting source distribution such an additional behavior change switch is a QA nightmare. Jan