Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH 2/2] repoman: Enable testing exp profiles by default
Date: Wed, 10 Jan 2018 22:56:30
Message-Id: da6d7d77-48b2-c383-49f5-c485019964fe@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 2/2] repoman: Enable testing exp profiles by default by "Michał Górny"
1 On 01/10/2018 02:24 PM, Michał Górny wrote:
2 > Enable repoman checks on exp profiles by default to improve
3 > the dependency graph integrity on those profiles and help them on their
4 > way towards stable status. This is possible now that the dependency
5 > graph problems are warnings rather than errors.
6 > ---
7 > repoman/pym/repoman/argparser.py | 2 +-
8 > 1 file changed, 1 insertion(+), 1 deletion(-)
9 >
10 > diff --git a/repoman/pym/repoman/argparser.py b/repoman/pym/repoman/argparser.py
11 > index f32972288..d49147366 100644
12 > --- a/repoman/pym/repoman/argparser.py
13 > +++ b/repoman/pym/repoman/argparser.py
14 > @@ -167,7 +167,7 @@ def parse_args(argv, qahelp, repoman_default_opts):
15 >
16 > parser.add_argument(
17 > '-e', '--include-exp-profiles', choices=('y', 'n'), metavar='<y|n>',
18 > - default=False,
19 > + default='y',
20 > help='include exp profiles in dependency checks')
21 >
22 > parser.add_argument(
23 >
24
25 We have dev and exp profiles disabled by default because the time
26 consumed by repoman is proportional to the number of profiles.
27
28 The current counts are as follows:
29
30 stable 87
31 dev 88
32 exp 149
33 --
34 Thanks,
35 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies