[yum-commits] docs/repoquery.1

James Antill james at osuosl.org
Wed Jun 1 15:58:06 UTC 2011


 docs/repoquery.1 |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit 3ebec9b7af1809599dcbffc36d777c7810188816
Author: James Antill <james at and.org>
Date:   Wed Jun 1 11:57:01 2011 -0400

    Add releasever and setopt docs. from yum to repoquery. BZ 638542.

diff --git a/docs/repoquery.1 b/docs/repoquery.1
index 9773bac..f5a8c5d 100644
--- a/docs/repoquery.1
+++ b/docs/repoquery.1
@@ -50,6 +50,16 @@ Create and use a private cache instead of the main YUM cache. This is used
 by default when run as non-root user.
 .IP "\fB\-c <config file>, \-\-config=<config file>\fP"
 Use alternative config file (default is /etc/yum.conf).
+.IP "\fB\-\-releasever=version\fP"
+Pretend the current release version is the given string. This is very useful
+when combined with \-\-installroot. You can also use \-\-releasever=/ to take
+the releasever information from outside the installroot.
+Note that with the default upstream cachedir, of /var/cache/yum, using this
+option will corrupt your cache (and you can use $releasever in your cachedir
+configuration to stop this).
+.IP "\fB\-\-setopt=option=value\fP"
+Set any config option in yum config or repo files. For options in the global 
+config just use: \-\-setopt=option=value for repo options use: \-\-setopt=repoid.option=value
 
 .PP 
 .SH "PACKAGE QUERY OPTIONS" 


More information about the Yum-commits mailing list