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

2017-08-05 Thread Alec Warner
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 specified multiple times, resulting in multiple footer > tags being written. > > The

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 specified multiple ti

[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 UR

Re: [gentoo-portage-dev] [PATCH] repoman commit: Merge code generating common part of the footer (DCO)

2017-08-05 Thread Zac Medico
On Thu, Aug 3, 2017 at 6:55 AM, Michał Górny wrote: > The DCO Signed-off-by footer looks the same on the git branch, and on > the branch for other VCS-es. Therefore, move the code generating it > above the split branches. This also prepares the code for further footer > elements being added. > ---

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 upstream bug in the commit > footer

[gentoo-portage-dev] [PATCH v4] 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 UR

Re: [gentoo-portage-dev] [PATCH] repoman commit: Merge code generating common part of the footer (DCO)

2017-08-05 Thread Michał Górny
On sob, 2017-08-05 at 22:50 -0700, Zac Medico wrote: > On Thu, Aug 3, 2017 at 6:55 AM, Michał Górny wrote: > > The DCO Signed-off-by footer looks the same on the git branch, and on > > the branch for other VCS-es. Therefore, move the code generating it > > above the split branches. This also prepa