diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-12-06 08:10:19 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-12-06 08:10:19 +0000 |
commit | 705edaea05e96aa54d3c0a9bb68ae881b6bfc53c (patch) | |
tree | c7f96af1341bd4f36b98ba5b6b991700b4760ba3 | |
parent | 6b50e9d12afb7ba841d4d7a9fcdc6e8243e51442 (diff) | |
download | portage-705edaea05e96aa54d3c0a9bb68ae881b6bfc53c.tar.gz portage-705edaea05e96aa54d3c0a9bb68ae881b6bfc53c.tar.bz2 portage-705edaea05e96aa54d3c0a9bb68ae881b6bfc53c.zip |
Add docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman for
FEATURES=sign support. Thanks to Petteri Räty <betelgeuse@g.o> for reporting.
svn path=/main/trunk/; revision=12168
-rw-r--r-- | man/make.conf.5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 576278996..159217f54 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -484,6 +484,16 @@ that small garbage files such as html 404 pages are properly discarded. The variable should contain an integer number of bytes and may have a suffix such as K, M, or G. .TP +.B PORTAGE_GPG_DIR +The \fBgpg\fR(1) home directory that is used by \fBrepoman\fR(1) +when \fBsign\fR is in \fBFEATURES\fR. +.br +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. +.TP \fBPORTAGE_IONICE_COMMAND\fR = \fI[ionice command string]\fR This variable should contain a command for portage to call in order to adjust the io priority of portage and it's subprocesses. The command |