From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10108 invoked by alias); 13 Jul 2013 15:03:08 -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 10098 invoked by uid 89); 13 Jul 2013 15:03:07 -0000 X-Spam-SWARE-Status: No, score=-5.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 13 Jul 2013 15:03:07 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6DF2viU006939 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 13 Jul 2013 11:02:57 -0400 Received: from bapiya ([10.3.113.10]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r6DF2uJS001666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 13 Jul 2013 11:02:56 -0400 From: Tom Tromey To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA] bad VER in src-release causes snapshot failure References: <20130711153403.GH8063@adacore.com> <87oba9dqba.fsf@fleche.redhat.com> <20130711164204.GI8063@adacore.com> <20130711164518.GJ8063@adacore.com> Date: Sat, 13 Jul 2013 15:03:00 -0000 In-Reply-To: <20130711164518.GJ8063@adacore.com> (Joel Brobecker's message of "Thu, 11 Jul 2013 09:45:18 -0700") Message-ID: <87ip0eo63j.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-07/txt/msg00338.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. Tom