public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/portage:master commit in: repoman/man/
@ 2016-12-06  3:54 Brian Dolbec
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2016-12-06  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     162ac7671b85ee0e09a73680031f6d2795ec91bd
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 19:31:45 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 20:35:36 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=162ac767

repoman/man/repoman.1: Update man page

 repoman/man/repoman.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
index 8df3207..f99197b 100644
--- a/repoman/man/repoman.1
+++ b/repoman/man/repoman.1
@@ -1,4 +1,4 @@
-.TH "REPOMAN" "1" "Jun 2015" "Portage VERSION" "Portage"
+.TH "REPOMAN" "1" "Dec 2016" "Repoman VERSION" "Repoman"
 .SH NAME
 repoman \- Gentoo's program to enforce a minimal level of quality assurance in
 packages added to the portage tree


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/portage:master commit in: repoman/man/
@ 2017-06-24 18:30 Zac Medico
  0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico @ 2017-06-24 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     02eeaa4bd0c5bb4a22120bb5aca378cb0935d5c7
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 18:28:29 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 18:29:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=02eeaa4b

repoman/man/repoman.1: refer to the vcs instead of cvs

Reported-by: Devan Franchini <twitch153 <AT> gentoo.org>

 repoman/man/repoman.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
index 78e4b7275..4101c283f 100644
--- a/repoman/man/repoman.1
+++ b/repoman/man/repoman.1
@@ -1,4 +1,4 @@
-.TH "REPOMAN" "1" "Feb 2017" "Repoman VERSION" "Repoman"
+.TH "REPOMAN" "1" "Jun 2017" "Repoman VERSION" "Repoman"
 .SH NAME
 repoman \- Gentoo's program to enforce a minimal level of quality assurance in
 packages added to the portage tree
@@ -254,7 +254,7 @@ An ebuild was added but the ChangeLog was not modified
 Missing ChangeLog files
 .TP
 .B changelog.notadded
-ChangeLogs that exist but have not been added to cvs
+ChangeLogs that exist but have not been added to the vcs
 .TP
 .B dependency.bad
 User-visible ebuilds with unsatisfied dependencies (matched against *visible*
@@ -317,7 +317,7 @@ Ebuild files that do not have the same name as their parent directory
 Placing 'die' inside ( ) prints an error, but doesn't stop the ebuild.
 .TP
 .B ebuild.notadded
-Ebuilds that exist but have not been added to cvs
+Ebuilds that exist but have not been added to the vcs
 .TP
 .B ebuild.output
 A simple sourcing of the ebuild produces output; this breaks ebuild policy.


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/portage:master commit in: repoman/man/
@ 2017-09-11 20:32 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-09-11 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ee39ad638e341de937fc1e5ccf5dc653f641b4e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 19:08:45 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 20:32:45 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=ee39ad63

repoman: Update --bug/--closes description for bugs.g.o hooks

Update the description for --bug and --closes to account for the fact
that the tags are now handled by git hooks on Gentoo Infra, and cause
actions on Gentoo Bugzilla.

Closes: https://github.com/gentoo/portage/pull/203
Reviewed-by: Zac Medico <zmedico <AT> gentoo.org>

 repoman/man/repoman.1 | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
index 41df8ed2f..813bdae21 100644
--- a/repoman/man/repoman.1
+++ b/repoman/man/repoman.1
@@ -27,14 +27,23 @@ be either a Gentoo bug number or a full bug URL (either Gentoo
 or upstream). Gentoo bug URLs are automatically shortened to
 the canonical \fBhttps://bugs.gentoo.org/NNNNNN\fR form, and HTTPS
 is forced for known bug trackers.
+
+When pushing to the Gentoo repository, the reference to the commit
+will be automatically added as a comment on the bug.
 .TP
 \fB-c\fR, \fB--closes\fR
 Include a \fBCloses\fR tag in the commit message footer that can be used
-to close pull requests (and issues) on GitHub and other compatible
-services (GitLab, Bitbucket). The argument can be either a Gentoo bug
+to close bugs and pull requests. The argument can be either a Gentoo bug
 number or a full PR/bug URL. Gentoo bug URLs are automatically shortened
 to the canonical \fBhttps://bugs.gentoo.org/NNNNNN\fR form, and HTTPS
 is forced for known bug trackers.
+
+When pushing to the Gentoo repository, the referenced bugs will be
+closed as RESOLVED/FIXED automatically with a comment referencing
+the commit. Furthermore, GitHub pull requests will be closed as well
+due to the automatic GitHub mirroring.
+
+Other platforms using the \fBCloses\fR tag include GitLab and Bitbucket.
 .TP
 \fB\-\-digest=<y|n>\fR
 Automatically update Manifest digests for modified files. This


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/portage:master commit in: repoman/man/
@ 2018-03-30  2:32 Zac Medico
  0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico @ 2018-03-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     47a3f7e905b3ba252659fa1a98071d03a1560807
Author:     zlg <zlg <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 22:31:22 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 02:31:44 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=47a3f7e9

repoman man/repoman.1: Add "BEHAVIOR" section (fix bug 650520)

The manpage references "directory tree", but doesn't explicitly outline
the expected behavior when run anywhere above the package directory
level.

Exact name of section, location within the manpage, and/or wording open
to suggestions.

Bug: https://bugs.gentoo.org/650520
Requested-by: zlg <zlg <AT> gentoo.org>
Signed-off-by: zlg <zlg <AT> gentoo.org>

 repoman/man/repoman.1 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
index db6526b5e..6a591e59d 100644
--- a/repoman/man/repoman.1
+++ b/repoman/man/repoman.1
@@ -1,4 +1,4 @@
-.TH "REPOMAN" "1" "Jun 2017" "Repoman VERSION" "Repoman"
+.TH "REPOMAN" "1" "Mar 2018" "Repoman VERSION" "Repoman"
 .SH NAME
 repoman \- Gentoo's program to enforce a minimal level of quality assurance in
 packages added to the portage tree
@@ -437,6 +437,12 @@ not directly.
 .B wxwidgets.eclassnotused
 Ebuild DEPENDs on x11-libs/wxGTK without inheriting wxwidgets.eclass. Refer to
 bug #305469 for more information.
+.SH "BEHAVIOR"
+When invoked from a level higher than a package directory, \fBrepoman\fR
+will recurse through a directory tree and execute the given command
+on a per\-package basis, e.g. \fBrepoman manifest\fR at the root of
+the repository will generate manifests for every package within the
+repository.
 .SH "REPORTING BUGS"
 Please report bugs via https://bugs.gentoo.org/
 .SH AUTHORS


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/portage:master commit in: repoman/man/
@ 2019-11-21 20:17 Zac Medico
  0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico @ 2019-11-21 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0d7aa0d4991f402c2ff7c386419e177a5244c9a0
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 20:16:08 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 20:17:25 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0d7aa0d4

repoman/man/repoman.1: fix \fI typo

$ groff -man repoman/man/repoman.1 >/dev/null
repoman/man/repoman.1:105: warning: can't find font `L'

Reported-by: Ulrich Müller <ulm <AT> gentoo.org>
Fixes: 2ecf4e2b0ebd ("repoman: add --experimental-repository-modules=<y|n> option")
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 repoman/man/repoman.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
index f33fb6098..7bd440a4c 100644
--- a/repoman/man/repoman.1
+++ b/repoman/man/repoman.1
@@ -102,7 +102,7 @@ internal eclass database becomes outdated.
 .TP
 \fB\-\-experimental\-repository\-modules=<y|n>\fR
 Enable experimental repository modules:
-\fLhttps://wiki.gentoo.org/wiki/Project:Portage/Repoman-Module-specs\fR
+\fIhttps://wiki.gentoo.org/wiki/Project:Portage/Repoman-Module-specs\fR
 .TP
 \fB\-\-if\-modified=<y|n>\fR
 Only check packages that have uncommitted modifications


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-21 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-06  3:54 [gentoo-commits] proj/portage:master commit in: repoman/man/ Brian Dolbec
  -- strict thread matches above, loose matches on Subject: below --
2017-06-24 18:30 Zac Medico
2017-09-11 20:32 Michał Górny
2018-03-30  2:32 Zac Medico
2019-11-21 20:17 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox