commit: 63c0ac0dd06c0912ea37ac1e886da97f19492692 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 06:44:55 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 07:26:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=63c0ac0d
man/emirrordist.1: document new options Reviewed-by: Zac Medico <zmedico <AT> gentoo.org> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> man/emirrordist.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"
