From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15233 invoked by alias); 18 Nov 2010 04:42:22 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 15221 invoked by uid 22791); 18 Nov 2010 04:42:21 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_DP,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Thu, 18 Nov 2010 04:42:00 -0000 From: Jan Kratochvil To: archer@sourceware.org Subject: Fedora 15 patchset rebased to FSF GDB HEAD [Re: Brief stats for Fedora *.patch merge] Message-ID: <20101118044204.GA18493@host0.dyn.jankratochvil.net> References: <20101101173626.GA11039@host0.dyn.jankratochvil.net> <20101101211441.GA21861@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101101211441.GA21861@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2010-q4/txt/msg00030.txt.bz2 On Mon, 01 Nov 2010 22:14:41 +0100, Jan Kratochvil wrote: > On Mon, 01 Nov 2010 22:04:22 +0100, Tom Tromey wrote: > > Also, I think we should pick a day or two in November to have a Fedora > > patch submit-a-thon. How about, say, Nov 18 and 19? > > OK, I will try to rebase it till that time, stats will change a bit. Fedora 15 has been rebased now on top of gdb-7.2.50.20101117.tar.bz2 . Most of the "drop" patches have been really dropped; but not much more for the stats. !!! CHANGED: fedpkg clone -b master -a gdb; cd gdb # fedpkg sources grep '^#=.' gdb.spec |sed 's/:.*//'|sort|uniq -c|sort -nr 39 #=push 35 #=fedoratest 15 #=push+work 8 #=maybepush 7 #=ia64 6 #=drop 4 #=fedoratest+ppc 2 #=maybepush+work 2 #=maybepush+ppc 2 #=fedoratest+work 1 #=fedora 1 #=drop+work grep '^#=.' gdb.spec |sed 's/:.*//'|sed 's/+.*//'|sort|uniq -c|sort -nr 54 #=push 41 #=fedoratest 12 #=maybepush 7 #=ia64 7 #=drop 1 #=fedora #push=Should be pushed upstream. #maybepush=Should be pushed upstream unless it got obsoleted there. #fedora=Should stay as a Fedora patch. #ia64=Drop after RHEL-5 rebases and rebuilds are no longer meaningful. #fedoratest=Keep it in Fedora only as a regression test safety. #+ppc=Specific for ppc32/ppc64/ppc* #+work=Requires some nontrivial work. Therefore only `push' and `maybepush' are interesting now. Some of them were for example posted before, one should search archives first. Thanks, Jan