Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH 2/2] repoman: Enable testing exp profiles by default
Date: Thu, 11 Jan 2018 13:43:15
Message-Id: 1515678186.1131.0.camel@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH 2/2] repoman: Enable testing exp profiles by default by Zac Medico
1 W dniu śro, 10.01.2018 o godzinie 14∶56 -0800, użytkownik Zac Medico
2 napisał:
3 > On 01/10/2018 02:24 PM, Michał Górny wrote:
4 > > Enable repoman checks on exp profiles by default to improve
5 > > the dependency graph integrity on those profiles and help them on their
6 > > way towards stable status. This is possible now that the dependency
7 > > graph problems are warnings rather than errors.
8 > > ---
9 > > repoman/pym/repoman/argparser.py | 2 +-
10 > > 1 file changed, 1 insertion(+), 1 deletion(-)
11 > >
12 > > diff --git a/repoman/pym/repoman/argparser.py b/repoman/pym/repoman/argparser.py
13 > > index f32972288..d49147366 100644
14 > > --- a/repoman/pym/repoman/argparser.py
15 > > +++ b/repoman/pym/repoman/argparser.py
16 > > @@ -167,7 +167,7 @@ def parse_args(argv, qahelp, repoman_default_opts):
17 > >
18 > > parser.add_argument(
19 > > '-e', '--include-exp-profiles', choices=('y', 'n'), metavar='<y|n>',
20 > > - default=False,
21 > > + default='y',
22 > > help='include exp profiles in dependency checks')
23 > >
24 > > parser.add_argument(
25 > >
26 >
27 > We have dev and exp profiles disabled by default because the time
28 > consumed by repoman is proportional to the number of profiles.
29 >
30 > The current counts are as follows:
31 >
32 > stable 87
33 > dev 88
34 > exp 149
35
36 I withdraw my second patch. Is the first one good to go then?
37
38 --
39 Best regards,
40 Michał Górny

Replies