From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26084 invoked by alias); 22 Jul 2013 15:18:41 -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 26058 invoked by uid 89); 22 Jul 2013 15:18:41 -0000 X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_20,RCVD_IN_HOSTKARMA_NO,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 22 Jul 2013 15:18:09 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 52CDF1C6579; Mon, 22 Jul 2013 11:18:02 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id E9kOOhKYezC3; Mon, 22 Jul 2013 11:18:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 97E761C657B; Mon, 22 Jul 2013 11:18:01 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 81D7BC3FE7; Mon, 22 Jul 2013 08:17:58 -0700 (PDT) Date: Mon, 22 Jul 2013 15:18:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA] bad VER in src-release causes snapshot failure Message-ID: <20130722151758.GA4944@adacore.com> References: <20130711153403.GH8063@adacore.com> <87oba9dqba.fsf@fleche.redhat.com> <20130711164204.GI8063@adacore.com> <20130711164518.GJ8063@adacore.com> <87ip0eo63j.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ip0eo63j.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-07/txt/msg00498.txt.bz2 > Joel> I also meant to mention that my patch avoids duplicating again > Joel> the code used to compute the GDB version... It's already spread > Joel> everywhere, so not a big deal, but relatively easy to avoid by > Joel> re-using your create-version.sh script. A bit of a hack, though. > > Thanks Joel. That seems like a decent rationale to me. > I'm ok with your patch. OK, thanks Tom. Patch now applied. Hopefully we'll have our nightly snapshots again tonight. -- Joel