Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New Working Group established to evaluate the stable tree
Date: Mon, 15 Aug 2016 23:20:01
Message-Id: 20160816111921.0b91bc89@katipo2.lan
In Reply to: Re: [gentoo-dev] New Working Group established to evaluate the stable tree by Rich Freeman
1 On Mon, 15 Aug 2016 09:37:33 -0400
2 Rich Freeman <rich0@g.o> wrote:
3
4 >
5 > Today developers tend to use views that exclude resolved bugs.
6 > Perhaps tomorrow they'll tend to use views that exclude bugs that are
7 > resolved or waiting for stabilization. Perhaps these views will
8 > become the defaults.
9
10 Can bugzilla have a selection of templated parameterized searches?
11
12 I Know you can have predefined searches and predefined shared searches, but
13 I didn't notice any parameterizable ones.
14
15 Subsequently, I've been getting around this using
16
17 https://metacpan.org/release/BZ-Client
18
19 And some perl scripts that help me out.
20
21 Pre-defined query types I have are:
22
23 "Stabilizing mode: Find packages I mention that have changed in <X> time"
24
25 "Keywording mode: Find packages I mention that have either STABLEREQ or KEYWORDREQ keywords in all time"
26
27 Those names I use are not very descriptive, because "Keywording mode" is more used for research into
28 why keywords are what they are than it is for actual keywording, and its for helping determine which packages
29 are "Redundant and can be pruned".
30
31 Importantly, these searches also search /comment text/, because stablereqs and keyword reqs for specific
32 packages can't be identified by their SUBJECT on a regular basis.
33
34 KEYWORDING=1 perl ~/bin/bzquery.pl ExtUtils::MakeMaker
35 Searching for "(?i)ExtUtils(::|-)MakeMaker"
36 3 entries in summary
37 ~ 6yr 3mo 317877 - FIXED RESOLVE : Please keyword perl-core/ExtUtils-MakeMaker (and perl-core/ExtUtils-Command perl-core/ExtUtils-Manifest perl-core/ExtUtils-Install) (updated: ~ 6yr 3mo )
38 ~ 6yr 3dy 330387 - FIXED RESOLVE : Please stabilize virtual/perl-ExtUtils-MakeMaker and deps (updated: ~ 5yr 11mo )
39 ~ 4yr 6mo 400469 - WONTFIX RESOLVE : Please stabilize =perl-core/ExtUtils-MakeMaker-6.590.0 (updated: ~ 4yr 5mo )
40 10 entries in description
41 ~ 9yr 2mo 180246 - FIXED RESOLVE : Please stabilize =dev-perl/PDF-Create-1.04 (was: dev-perl/PDF-Create-0.06.1b corrupted console output during compile) (updated: ~ 6yr 8mo )
42 ~ 6yr 2mo 321235 - FIXED RESOLVE : Please stabilize dev-perl/GnuPG-Interface-0.42 (updated: ~ 5yr 11mo )
43 ~ 6yr 2dy 329525 - FIXED RESOLVE : Please stabilize =dev-perl/FileHandle-Unget-0.16.23 (updated: ~ 5yr 10mo )
44 ~ 5yr 5mo 357599 - WONTFIX RESOLVE : Please (re-)keyword perl-core/Module-Build, perl-core/CPAN-Meta, perl-core/Version-Requirements, perl-core/Module-Metadata, perl-core/Perl-OSType (updated: ~ 2yr 3mo )
45 ~ 4yr 7mo 395297 - FIXED RESOLVE : Please stabilize =dev-perl/Moose-2.40.200 (updated: ~ 4yr 4mo )
46 ~ 4yr 4mo 410367 - FIXED RESOLVE : Please stabilize =dev-perl/XML-Parser-2.410.0 (updated: ~ 4yr 2mo )
47 ~ 4yr 2mo 418803 - FIXED RESOLVE : Please stabilize =dev-perl/DateTime-TimeZone-1.460.0 and deps (updated: ~ 3yr 11mo )
48 ~ 3yr 6mo 456568 - FIXED RESOLVE : Please stabilize =dev-perl/DateTime-TimeZone-1.560.0 (updated: ~ 3yr 3mo )
49 ~ 2yr 4mo 504786 - FIXED RESOLVE : =dev-lang/perl-5.18.2-r1 and related virtuals stabilization (updated: ~ 1yr 9mo )
50 ~ 8mo 5dy 567482 - CONFIRM : dev-lang/perl-5.22.2 perl-core/* virtual/perl-* stabilization (updated: ~ 2Hr 38Ms )
51
52
53 STABILIZING=1 perl ~/bin/bzquery.pl ExtUtils::MakeMaker
54 Searching for "(?i)ExtUtils(::|-)MakeMaker"
55 0 entries in summary
56 4 entries in description
57 ~ 3yr 10mo 435304 - WORKSFO RESOLVE : app-portage/g-cpan-0.16.* generates broken ebuild depending on perl-g-cpan instead of dev-perl modules (updated: ~ 4dy 9Hr )
58 ~ 8mo 5dy 567482 - CONFIRM : dev-lang/perl-5.22.2 perl-core/* virtual/perl-* stabilization (updated: ~ 2Hr 41Ms )
59 ~ 2mo 4dy 585048 - CONFIRM : sys-apps/texinfo-6.1 has weird build system, likely causing unneeded perl-cleaner rebuilds (updated: ~ 1dy 12Hr )
60 ~ 1mo 2dy 586718 - WORKSFO RESOLVE : app-misc/screen-4.4.0 - makeinfo ./screen.texinfo -o screen.info : Can't locate Locale/Messages.pm in @INC (you may need to install the Locale::Messages module) (updated: ~ 1mo 4dy )
61
62 ^^^ Doing anything like this on bugzilla directly is self abuse at present.