public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
* Brief stats for Fedora *.patch merge
@ 2010-11-01 17:36 Jan Kratochvil
  2010-11-01 21:00 ` Tom Tromey
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Kratochvil @ 2010-11-01 17:36 UTC (permalink / raw)
  To: archer

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-19 21:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-01 17:36 Brief stats for Fedora *.patch merge Jan Kratochvil
2010-11-01 21:00 ` Tom Tromey
2010-11-01 21:14   ` Jan Kratochvil
2010-11-18  4:42     ` Fedora 15 patchset rebased to FSF GDB HEAD [Re: Brief stats for Fedora *.patch merge] Jan Kratochvil
2010-11-18 15:58       ` Phil Muldoon
2010-11-19 21:05         ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).