Gentoo Archives: gentoo-portage-dev

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

Replies