From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15806 invoked by alias); 22 May 2013 23:18:25 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 15797 invoked by uid 89); 22 May 2013 23:18:24 -0000 X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_BT,TW_DB autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 22 May 2013 23:18:24 +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 r4MNINWS008009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 May 2013 19:18:23 -0400 Received: from mesquite.lan (ovpn-113-81.phx2.redhat.com [10.3.113.81]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r4MNIMVR003303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 22 May 2013 19:18:22 -0400 Date: Wed, 22 May 2013 23:18:00 -0000 From: Kevin Buettner To: Keith Seitz Cc: insight@sourceware.org Subject: Re: Branch tag gdb_7_6-branch added for insight specific sources Message-ID: <20130522161821.5444f9f7@mesquite.lan> In-Reply-To: <519D2481.8080307@redhat.com> References: <20130522125017.3cf6cc47@mesquite.lan> <519D2481.8080307@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q2/txt/msg00010.txt.bz2 On Wed, 22 May 2013 13:03:13 -0700 Keith Seitz wrote: > On 05/22/2013 12:50 PM, Kevin Buettner wrote: > > I've added the gdb_7_6-branch branch tag for the following insight > > specific source directories: > > Cool -- thank you for doing that. I've been meaning to do this, too. I > want to cut a new branch off of the 7.6 branch to do an insight release > with. > > In that regard, if you could add a branchpoint tag, that would be > helpful with any future releases/merges. I've added the tag, insight_7_6-2013-04-10-branchpoint, to the same insight specific sources mentioned in my earlier email. Note that this is different than the tag that the rest of GDB used as a branch point. The tag for the rest of gdb is gdb_7_6-2013-03-12-branchpoint. It may actually have been possible to use the same date for this set of tags, but in the past that has not been possible due to the gdbtk sources lagging somewhat behind the rest of GDB. > PS. I've been meaning to move the main insight sources to git and using > gdb as a remote repository, like we do with archer. Do you have any > objections with this? [Insight would be in a) archer directly, b) a new > sourceware git toplevel, or c) github. Or at least that's what I'm > currently desiring. After using git for the last few years, I can barely > remember (or live with) CVS!] I don't know enough about git to comment on which of those three options is best, but have no objections otherwise. If you do this, it'll force me to learn more about git which is probably a good thing! Kevin