1repo-rss(1) repo-rss(1)
2
3
4
6 repo-rss
7
9 repo-rss [options] repoid1 [repoid2...]
10
12 repo-rss is a program for generating RSS feeds for one or more Yum
13 repositories.
14
16 -h, --help
17 Help; display a help message and then quit.
18
19 -f <file>
20 Specify the file to which the RSS will be written. Default is
21 repo-rss.xml.
22
23 -l <link>
24 Specify the URL to the RSS feed. Default is
25 http://yum.baseurl.org/.
26
27 -t <title>
28 Specify the title for the RSS feed. Default is "RSS Repository
29 - Recent Packages".
30
31 -d <description>
32 Specify the description of the RSS feed. Default is "Most
33 recent packages in Repositories".
34
35 -r <days>
36 Specify the number of days to consider most recent. Default is
37 3.
38
39 --tempcache
40 Enable the use of a temporary directory for the yum cache. This
41 is enabled by default for non-root users.
42
43
45 Generate an RSS for the updates-released repository and save it as
46 updates-release.xml:
47 repo-rss -f updates-released.xml updates-released
48
50 As repo-rss uses YUM libraries for retrieving all the information, it
51 relies on YUM configuration for its default values like which reposito‐
52 ries to use. Consult YUM documentation for details:
53
54 /etc/yum.conf
55 /etc/yum/repos.d/
56 /var/cache/yum/
57
58
60 yum.conf [4m(5)
61 http://yum.baseurl.org/
62
63
65 See the Authors file included with this program.
66
67
69 There are of course no bugs, but should you find any, you should first
70 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
71 unsuccessful in finding a resolution contact the mailing list: yum-
72 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
73 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
74 for all other bugs.
75
76
77
78
79Seth Vidal 2005 repo-rss(1)