From 51a6f8ab96b0990fcac91d43aa51aec380b41af8 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Mon, 19 Nov 2007 10:40:15 -0600 Subject: update manpage for --resultdir changes. --- docs/mock.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/mock.1 b/docs/mock.1 index c2907ec..627a082 100644 --- a/docs/mock.1 +++ b/docs/mock.1 @@ -46,7 +46,9 @@ Dont clean chroot after building. If automatic cleanup is enabled, use this to d Specify target build arch. .TP \fB\-\-resultdir=\fR\fIRESULTDIR\fP -Change directory where resulting files (RPMs and build logs) are written +Change directory where resulting files (RPMs and build logs) are written. Resultdir can contain python-string substitutions for any variable in the chroot config. For example: + +\fB\-\-resultdir=./my/'%(dist)s'/'%(target_arch)s'/\fR .TP \fB\-\-uniqueext=\fR\fItext\fP Arbitrary, unique extension to append to buildroot directory name @@ -92,7 +94,7 @@ To rebuild test.src.rpm under the default chroot: To specify a different chroot (which must be defined in /etc/mock): .LP .RS 5 -\fBmock \-r fedora\-4\-i386\-core rebuild /path/to/test.src.rpm\fR +\fBmock \-r fedora\-8\-i386\-core rebuild /path/to/test.src.rpm\fR .RE .SH "BUGS" .LP -- cgit