Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH v2 2/2] repoman: Update --bug/--closes description for bugs.g.o hooks
Date: Sat, 02 Sep 2017 22:04:03
Message-Id: 20170902220348.28266-2-mgorny@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH v2 1/2] repoman: Unify usage of --bug and --closes options by "Michał Górny"
1 Update the description for --bug and --closes to account for the fact
2 that the tags are now handled by git hooks on Gentoo Infra, and cause
3 actions on Gentoo Bugzilla.
4 ---
5 repoman/man/repoman.1 | 13 +++++++++++--
6 1 file changed, 11 insertions(+), 2 deletions(-)
7
8 diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
9 index 41df8ed2f..813bdae21 100644
10 --- a/repoman/man/repoman.1
11 +++ b/repoman/man/repoman.1
12 @@ -27,14 +27,23 @@ be either a Gentoo bug number or a full bug URL (either Gentoo
13 or upstream). Gentoo bug URLs are automatically shortened to
14 the canonical \fBhttps://bugs.gentoo.org/NNNNNN\fR form, and HTTPS
15 is forced for known bug trackers.
16 +
17 +When pushing to the Gentoo repository, the reference to the commit
18 +will be automatically added as a comment on the bug.
19 .TP
20 \fB-c\fR, \fB--closes\fR
21 Include a \fBCloses\fR tag in the commit message footer that can be used
22 -to close pull requests (and issues) on GitHub and other compatible
23 -services (GitLab, Bitbucket). The argument can be either a Gentoo bug
24 +to close bugs and pull requests. The argument can be either a Gentoo bug
25 number or a full PR/bug URL. Gentoo bug URLs are automatically shortened
26 to the canonical \fBhttps://bugs.gentoo.org/NNNNNN\fR form, and HTTPS
27 is forced for known bug trackers.
28 +
29 +When pushing to the Gentoo repository, the referenced bugs will be
30 +closed as RESOLVED/FIXED automatically with a comment referencing
31 +the commit. Furthermore, GitHub pull requests will be closed as well
32 +due to the automatic GitHub mirroring.
33 +
34 +Other platforms using the \fBCloses\fR tag include GitLab and Bitbucket.
35 .TP
36 \fB\-\-digest=<y|n>\fR
37 Automatically update Manifest digests for modified files. This
38 --
39 2.14.1