diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-12 08:44:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-12 09:26:29 +0200 |
commit | 63c0ac0dd06c0912ea37ac1e886da97f19492692 (patch) | |
tree | 14251f2a7c4e899a252e09424807749188265c18 /man | |
parent | emirrordist: Support specifying custom --layout-conf (diff) | |
download | portage-63c0ac0dd06c0912ea37ac1e886da97f19492692.tar.gz portage-63c0ac0dd06c0912ea37ac1e886da97f19492692.tar.bz2 portage-63c0ac0dd06c0912ea37ac1e886da97f19492692.zip |
man/emirrordist.1: document new options
Reviewed-by: Zac Medico <zmedico@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/emirrordist.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/emirrordist.1 b/man/emirrordist.1 index cdd66cbdb..45108ef8c 100644 --- a/man/emirrordist.1 +++ b/man/emirrordist.1 @@ -119,6 +119,16 @@ Directory for individual fetch logs. Specifies a file containing a list of files to whitelist, one per line, # prefixed lines ignored. Use this option multiple times in order to specify multiple whitelists. +.TP +\fB\-\-symlinks\fR +Use symbolic links to link distfiles to the primary layout from other +specified layouts. If not specified, hard links are used instead. +.TP +\fB\-\-layout\-conf\fR=\fIFILE\fR +Specifies alternate mirror \fIlayout.conf\fR file to use in order +to select the desired distfile layout. If not specified, +\fIlayout.conf\fR in \fB\-\-distfiles\fR directory will be used +if present, otherwise flat layout will be assumed. .SH "REPORTING BUGS" Please report bugs via https://bugs.gentoo.org/ .SH "THANKS" |