summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2007-12-12 12:15:41 -0500
committerJesse Keating <jkeating@redhat.com>2007-12-12 12:46:44 -0500
commitbead02ddf117a3d6593e0f3a86ddda5d6139ddf8 (patch)
tree2115b33334656a41ff8729ab51330ffe14c2cb79 /docs
parente3569ae6c26d121f8ed72f72c480339005d053a8 (diff)
downloadmock-bead02ddf117a3d6593e0f3a86ddda5d6139ddf8.tar.gz
mock-bead02ddf117a3d6593e0f3a86ddda5d6139ddf8.tar.xz
mock-bead02ddf117a3d6593e0f3a86ddda5d6139ddf8.zip
Add --update call, to update existing buildroot.
Useful for things like pungi which continuously reuse a 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"