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

Attachments

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