Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH v4] repoman commit: Support --bug (-b) and --closes (-c) for git footer
Date: Sun, 06 Aug 2017 10:28:23
Message-Id: 1502015297.1905.0.camel@gentoo.org
In Reply to: Re: [gentoo-portage-dev] [PATCH v4] repoman commit: Support --bug (-b) and --closes (-c) for git footer by Zac Medico
1 On nie, 2017-08-06 at 00:18 -0700, Zac Medico wrote:
2 > On Sat, Aug 5, 2017 at 11:53 PM, Michał Górny <mgorny@g.o> wrote:
3 > > Support two new options: --bug (-b) and --closes (-c) to add a plain
4 > > 'Bug' reference and a 'Closes' footer for a GitHub pull request. Both
5 > > options can be specified multiple times, resulting in multiple footer
6 > > tags being written.
7 > >
8 > > The --bug option accepts either a Gentoo Bugzilla bug number or an URL
9 > > to any bug tracker. In the latter case, it performs two trivial
10 > > transformations automatically: replaces long 'show_bug.cgi' Bugzilla
11 > > URLs with the short 'https://bugs.gentoo.org/NNNNNN', and forces
12 > > https:// for a few known services.
13 > >
14 > > The --closes option accepts either a GitHub Gentoo repository pull
15 > > request number or an URL to any pull request (or bug) that uses
16 > > the 'Closes' tag. In the latter case, https:// is forced for a few known
17 > > services.
18 > > ---
19 > > repoman/man/repoman.1 | 14 ++++++++++++++
20 > > repoman/pym/repoman/actions.py | 42 ++++++++++++++++++++++++++++++++++++++++
21 > > repoman/pym/repoman/argparser.py | 16 ++++++++++++++-
22 > > 3 files changed, 71 insertions(+), 1 deletion(-)
23 > >
24 > > v4: now with manpage update
25 >
26 > Looks good.
27
28 Thanks. Pushed now.
29
30 --
31 Best regards,
32 Michał Górny

Attachments

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