Re: [gentoo-portage-dev] [PATCH v2] repoman commit: Support --bug (-b) and --closes (-c) for git footer

2017-08-05 Thread Michał Górny
On sob, 2017-08-05 at 17:11 -0400, Alec Warner wrote: > On Fri, Aug 4, 2017 at 6:37 PM, Michał Górny wrote: > > > Support two new options: --bug (-b) and --closes (-c) to add a plain > > 'Bug' reference and a 'Closes' footer for a GitHub pull request. Both > > options can be

Re: [gentoo-dev] New package neomutt

2017-08-05 Thread Matthew Marchese
On 07/31/2017 03:52 AM, Fabian Groffen wrote: > On 31-07-2017 04:55:58 -0500, Matthew Thode wrote: >> On 17-07-31 09:11:19, Nicolas Bock wrote: >>> Hi, >>> >>> I would like to add neomutt to the tree. This new package is meant >>> as an alternative and not a replacement of the existing mutt >>>

Re: [gentoo-dev] Re: sys-boot/plymouth needs major fixes/maintainer

2017-08-05 Thread Matt Turner
On Fri, Aug 4, 2017 at 8:16 PM, M. J. Everitt wrote: > You mean to say treecleaners and QA should actually contact maintainers > before wielding their chainsaws ?? Musta missed that policy doc ... Can you please stop? You're contributing nothing but noise to this mailing

[gentoo-portage-dev] [PATCH v3] repoman commit: Support --bug (-b) and --closes (-c) for git footer

2017-08-05 Thread Michał Górny
Support two new options: --bug (-b) and --closes (-c) to add a plain 'Bug' reference and a 'Closes' footer for a GitHub pull request. Both options can be specified multiple times, resulting in multiple footer tags being written. The --bug option accepts either a Gentoo Bugzilla bug number or an

Re: [gentoo-portage-dev] [PATCH v3] repoman commit: Support --bug (-b) and --closes (-c) for git footer

2017-08-05 Thread Zac Medico
On Sat, Aug 5, 2017 at 2:26 PM, Michał Górny wrote: > + parser.add_argument( > + '-b', '--bug', dest='bug', action='append', > metavar='', > + default=[], > + help=( > + 'Mention a Gentoo or

Re: [gentoo-dev] Re: sys-boot/plymouth needs major fixes/maintainer

2017-08-05 Thread Lucas Ramage
I can do that. I'll have some free time this coming week to work on this. On Fri, Aug 4, 2017, 11:17 PM M. J. Everitt wrote: > On 05/08/17 03:16, Michael Palimaka wrote: > > On 08/05/2017 12:37 AM, Mart Raudsepp wrote: > >> On R, 2017-08-04 at 14:23 +, Lucas Ramage