From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27265 invoked by alias); 1 Nov 2010 17:36:44 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 27134 invoked by uid 22791); 1 Nov 2010 17:36:43 -0000 X-SWARE-Spam-Status: No, hits=-6.1 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: Mon, 01 Nov 2010 17:36:00 -0000 From: Jan Kratochvil To: archer@sourceware.org Subject: Brief stats for Fedora *.patch merge Message-ID: <20101101173626.GA11039@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2010-q4/txt/msg00021.txt.bz2 Hi, FYI some brief stats on the Fedora trunk merge status. One should rebase it to 7.2.50.* first for F15=7.3 to rebase the patches to HEAD before trying to push them to avoid rebasing them possibly twice. fedpkg clone -b f14 -a gdb; cd gdb # fedpkg sources grep '^#=.' gdb.spec |sed 's/:.*//'|sort|uniq -c|sort -nr 40 #=push 35 #=fedoratest 24 #=drop 15 #=push+work 14 #=maybepush 7 #=ia64 4 #=fedoratest+ppc 2 #=maybepush+work 2 #=maybepush+ppc 2 #=fedoratest+work 1 #=fedora 1 #=drop+work more general summary: grep '^#=.' gdb.spec |sed 's/:.*//'|sed 's/+.*//'|sort|uniq -c|sort -nr 55 #=push 41 #=fedoratest 25 #=drop 18 #=maybepush 7 #=ia64 1 #=fedora cat $(egrep -A1 '^#=(maybe)?push' gdb.spec|sed -n 's/^Patch.*: //p')|wc 11018 49121 379064 cat $(egrep -A1 '^#=(maybe)?push' gdb.spec|sed -n 's/^Patch.*: //p')|grep ^+|wc 6288 29704 209858 #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. drop vs. push vs. maybepush and whether +work are only a rough guess of mine. Regards, Jan