summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-12-12 16:05:42 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-12-12 16:05:42 -0600
commitd16aaf3b7736e4a23e82bc455c4a09d05259a1b7 (patch)
tree044705a7e840c31abd76a4fca24b52c9b4607737 /docs
parentf50af0f1c32a4162f48580609806e83c6c86d644 (diff)
parent4761a4a794b4e7087ce9f7eeb816ea19c32b06ac (diff)
downloadmock-d16aaf3b7736e4a23e82bc455c4a09d05259a1b7.tar.gz
mock-d16aaf3b7736e4a23e82bc455c4a09d05259a1b7.tar.xz
mock-d16aaf3b7736e4a23e82bc455c4a09d05259a1b7.zip
Merge branch 'master' of ssh://mebrown@git.fedorahosted.org/git/mock
* 'master' of ssh://mebrown@git.fedorahosted.org/git/mock: fixup trailing whitespace. dont place specs into release tarball. This allows us to rev the RPM without having to have different tarball bits. remove redundant daemontest in src auto generate AUTHORS file from git. remove another dead libtool reference. remove generated autotools files from source repository. use autogen.sh to create them when compiling from git. remove generated autotools files from source repository. use autogen.sh to create them when compiling from git. remove dead code from autoconf files since we no longer compile anything. Don't provide backwards compat option for update. Add --update call, to update existing buildroot.
Diffstat (limited to 'docs')
-rw-r--r--docs/mock.14
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/mock.1 b/docs/mock.1
index 624c026..ac295e6 100644
--- a/docs/mock.1
+++ b/docs/mock.1
@@ -14,6 +14,8 @@ mock [options] \fB\-\-installdeps\fR {SRPM|RPM}
.LP
mock [options] \fB\-\-install\fR PACKAGE
.LP
+mock [options] \fB\-\-update\fR
+.LP
mock [options] \fB\-\-orphanskill\fR
.SH "DESCRIPTION"
@@ -109,6 +111,8 @@ Show version number and exit.
.TP
\fB\-\-install\fR \- Do a yum install PACKAGE inside the buildroot. Buildroot must already be initialized -- no 'clean' is performed
.TP
+\fB\-\-update\fR \- 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.
.SH "FILES"