summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-02-04 06:26:12 -0800
committerZac Medico <zmedico@gentoo.org>2012-02-04 06:38:32 -0800
commit1d6850f3ac839326c5596db5a570bc7832bb394e (patch)
treee4885704fdf44262533485fced95c493842957fe /man/make.conf.5
parent9ad263416ec282d8c6cf007ca84bf716c49c4f69 (diff)
downloadportage-1d6850f3ac839326c5596db5a570bc7832bb394e.tar.gz
portage-1d6850f3ac839326c5596db5a570bc7832bb394e.tar.bz2
portage-1d6850f3ac839326c5596db5a570bc7832bb394e.zip
repoman: support git commit --gpg-sign
In order to sign commits with git, you will need Git >=1.7.9 and your key will have to be configured by `git config user.signingkey key_id`. Also, the repository will need to have "sign-commits = true" in metadata/layout.conf. This will fix bug #333687.
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.54
1 files changed, 3 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index e5a9ae1ed..e8777c840 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -722,7 +722,9 @@ Defaults to $HOME/.gnupg.
.TP
.B PORTAGE_GPG_KEY
The \fBgpg\fR(1) key used by \fBrepoman\fR(1) to sign manifests
-when \fBsign\fR is in \fBFEATURES\fR.
+when \fBsign\fR is in \fBFEATURES\fR. In order to sign commits with
+\fBgit\fR(1), you will need Git >=1.7.9 and your commit key will have
+to be configured by \fI`git config user.signingkey key_id`\fR.
.TP
.B PORTAGE_GPG_SIGNING_COMMAND
The command used by \fBrepoman\fR(1) to sign manifests when \fBsign\fR is