summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2007-12-16 12:00:00 +0000
committerMichael E Brown <mebrown@michaels-house.net>2007-12-16 22:03:38 -0600
commitc9d02fffbedc34d38823ed635bc4ff21b0a21e63 (patch)
tree5cf995c6eae35859ffb318ef06da768a9faaa513 /docs
parent184afb1852bccc8e9d1b38dea05f30af1180f122 (diff)
downloadmock-c9d02fffbedc34d38823ed635bc4ff21b0a21e63.tar.gz
mock-c9d02fffbedc34d38823ed635bc4ff21b0a21e63.tar.xz
mock-c9d02fffbedc34d38823ed635bc4ff21b0a21e63.zip
Mock documentation patch
The attached patch adds the following option aliases: --root for -r, -D for --define (like in rpmbuild), --target for --arch (like in rpmbuild). It also adds --verbose and --quiet and -h to the man page, and fixes a couple of other minor man page issues. Signed-off-by: Michael E Brown <mebrown@michaels-house.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/mock.125
1 files changed, 17 insertions, 8 deletions
diff --git a/docs/mock.1 b/docs/mock.1
index 4afde95..d6bc0c6 100644
--- a/docs/mock.1
+++ b/docs/mock.1
@@ -44,7 +44,7 @@ COMMANDS section, below, for detailed listing of all commands.
.SH "OPTIONS"
.LP
.TP
-\fB\-r\fR \fICHROOT\fP
+\fB\-r\fR \fICHROOT\fP, \fB\-\-root\fR=\fICHROOT\fP
Uses specified chroot configuration as defined in
/etc/mock/<\fIchroot\fP>.cfg. If none specified, uses the chroot linked
to by /etc/mock/default.cfg
@@ -59,12 +59,12 @@ Do not clean chroot before building package.
Clean chroot after building. Use with \-\-resultdir. Only active for '\-\-rebuild'.
.TP
\fB\-\-no\-cleanup\-after\fR
-Dont clean chroot after building. If automatic cleanup is enabled, use this to disable.
+Don't clean chroot after building. If automatic cleanup is enabled, use this to disable.
.TP
-\fB\-\-arch=\fR\fIARCH\fP
+\fB\-\-target=\fR\fIARCH\fP, \fB\-\-arch=\fR\fIARCH\fP
Specify target build arch.
.TP
-\fB\-\-define=\fR"\fIMACRO EXPR\fP"
+\fB\-D \fR"\fIMACRO EXPR\fP", \fB\-\-define=\fR"\fIMACRO EXPR\fP"
Specify macro definitions used for the build. This option may be used multiple times, just as the rpmbuild \-\-define option can be. For example:
\fB\-\-define "with_extra_cheese 1" \-\-define="packager Monkey"\fR
@@ -72,12 +72,12 @@ Specify macro definitions used for the build. This option may be used multiple
\fB\-\-with=\fR\fIOPTION\fP
Enable configure OPTION for build. This option may be used multiple times. For example:
-\fB\-\-with extra_cheese\fR
+\fB\-\-with=extra_cheese\fR
.TP
\fB\-\-without=\fR\fIOPTION\fP
Disable configure OPTION for build. This option may be used multiple times. For example:
-\fB\-\-without anchovies\fR
+\fB\-\-without=anchovies\fR
.TP
\fB\-\-resultdir=\fR\fIRESULTDIR\fP
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:
@@ -93,7 +93,16 @@ Change directory where config files are found
\fB\-\-rpmbuild_timeout=\fR\fISECONDS\fP
Fail build if rpmbuild takes longer than 'timeout' seconds
.TP
-\fB\-\-help\fR
+\fB\-q\fR, \fB\-\-quiet\fR
+Be quiet.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Output verbose progress information.
+.TP
+\fB\-\-trace\fR
+TODO: document me
+.TP
+\fB\-h\fR, \fB\-\-help\fR
Show usage information and exit.
.TP
\fB\-\-version\fR
@@ -126,7 +135,7 @@ Do a yum install PACKAGE inside the buildroot. Buildroot must already be initial
Do a yum update inside the buildroot. Buildroot must already be initialized -- no 'clean' is performed
.TP
\fB\-\-orphanskill\fP
-Noop mode that simply checks that no stray processes are running in the chroot. Kills any processes that it finds using specified root.
+No-op mode that simply checks that no stray processes are running in the chroot. Kills any processes that it finds using specified root.
.TP
\fB\-\-copyin\fP
Copies the source paths (files or directory trees) into the chroot at