From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23436 invoked by alias); 23 Nov 2013 11:42:13 -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 23417 invoked by uid 89); 23 Nov 2013 11:42:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: arjuna.pair.com Received: from Unknown (HELO arjuna.pair.com) (209.68.5.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Sat, 23 Nov 2013 11:42:11 +0000 Received: (qmail 84794 invoked by uid 3006); 23 Nov 2013 11:42:03 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Nov 2013 11:42:03 -0000 Date: Sat, 23 Nov 2013 19:12:00 -0000 From: Hans-Peter Nilsson To: "H.J. Lu" cc: Joel Brobecker , "Maciej W. Rozycki" , Tom Tromey , Tristan Gingold , Richard Sandiford , Binutils , GDB Subject: Re: Release 2.24 In-Reply-To: Message-ID: References: <2741C968-721F-46E9-A2BA-E4B0F64C444B@adacore.com> <20130918213245.GO3132@adacore.com> <20131118172117.GD3481@adacore.com> <20131122021904.GN3481@adacore.com> User-Agent: Alpine 2.02 (BSF 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00716.txt.bz2 On Thu, 21 Nov 2013, H.J. Lu wrote: > On Thu, Nov 21, 2013 at 6:19 PM, Joel Brobecker wrote: > > (1) Create the new relase off the git repository, but create > > the release either manually or with the new scripts; > > > > Create a tarball from git is very straight forward. I put .gitattribues: For official gdb and binutils releases, please use the src-release script, so e.g. all generated files are included. brgds, H-P