From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68340 invoked by alias); 11 Aug 2015 19:44:30 -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 68330 invoked by uid 89); 11 Aug 2015 19:44:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f180.google.com Received: from mail-ig0-f180.google.com (HELO mail-ig0-f180.google.com) (209.85.213.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 11 Aug 2015 19:44:29 +0000 Received: by igbjg10 with SMTP id jg10so29208543igb.0 for ; Tue, 11 Aug 2015 12:44:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=7qUZBnAzOAUZ08Z28rtYVb7LuNcM9bbNOyNaZi8ld60=; b=BMTuyX7arvrqj4eS9uf5ik+Mzd/X4AKKbyGxf5TAGSNiLvBuiT0rgJquffbuxKqXZG qJywWug34JXnFHvoOA6UPp2ckxtaBjVyaBf7iG1TsQRWrzV+gvZdN2pyGhC7mBoycIF9 CBA95pbgBhgivbQzGn/SEa2aqWZibHPxzhbcM/kPa8pAGCXbQI76psMWiGnutAdkeCFJ ZrHteeE7GzLNPNz8Ta/nn1V2vizq29XBMPy8MBcvedxxsFzvLI093+VqonlnJ1oVQYxe ZcQBUCFFSEiWiRq43I+vNbckx6LebBzz5GJjO31q8tcD3IOLLMaAvir/UMKd5hoBppHE qvNg== X-Gm-Message-State: ALoCoQk2JwhsrScUjB6GgHKKnfl8B3zJl3NwHyR6BsppdCRpjNkipm10j9M71MEQUpepdeSAbig7 X-Received: by 10.50.30.226 with SMTP id v2mr20647236igh.3.1439322267039; Tue, 11 Aug 2015 12:44:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.93.102 with HTTP; Tue, 11 Aug 2015 12:43:47 -0700 (PDT) In-Reply-To: <20150811185519.GA28644@host1.jankratochvil.net> References: <001a11c301b0388ac5051d0c5ab8@google.com> <20150811185519.GA28644@host1.jankratochvil.net> From: Doug Evans Date: Tue, 11 Aug 2015 19:44:00 -0000 Message-ID: Subject: Re: [PATCH 0/2] Better handling of slow remote transfers To: Jan Kratochvil Cc: Gary Benson , gdb-patches , Sandra Loosemore , Pedro Alves , =?UTF-8?B?QW5kcsOpIFDDtm5pdHo=?= , Paul Koning Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00248.txt.bz2 On Tue, Aug 11, 2015 at 11:55 AM, Jan Kratochvil wrote: > 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. I'm curious what the QA costs of, for example, --with-sysroot are. [And in particular are they nightmarish?] At any rate, I think the default behaviour for 7.10 has to be the default behaviour of 7.9 (given that, for example, we're not going to make file transfer more adequately interruptible for 7.10).