W dniu śro, 10.01.2018 o godzinie 14∶56 -0800, użytkownik Zac Medico
napisał:
> On 01/10/2018 02:24 PM, Michał Górny wrote:
> > Enable repoman checks on exp profiles by default to improve
> > the dependency graph integrity on those profiles and help them on their
> > way towards stable status. This is possible now that the dependency
> > graph problems are warnings rather than errors.
> > ---
> >  repoman/pym/repoman/argparser.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/repoman/pym/repoman/argparser.py 
> > b/repoman/pym/repoman/argparser.py
> > index f32972288..d49147366 100644
> > --- a/repoman/pym/repoman/argparser.py
> > +++ b/repoman/pym/repoman/argparser.py
> > @@ -167,7 +167,7 @@ def parse_args(argv, qahelp, repoman_default_opts):
> >  
> >     parser.add_argument(
> >             '-e', '--include-exp-profiles', choices=('y', 'n'), 
> > metavar='<y|n>',
> > -           default=False,
> > +           default='y',
> >             help='include exp profiles in dependency checks')
> >  
> >     parser.add_argument(
> > 
> 
> We have dev and exp profiles disabled by default because the time
> consumed by repoman is proportional to the number of profiles.
> 
> The current counts are as follows:
> 
> stable 87
> dev 88
> exp 149

I withdraw my second patch. Is the first one good to go then?

-- 
Best regards,
Michał Górny


Reply via email to