Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   repo-rss    ( 1 )

генерирует RSS-канал из одного или нескольких репозиториев Yum (generates an RSS feed from one or more Yum repositories)

Имя (Name)

repo-rss - generates an RSS feed from one or more Yum repositories


Синопсис (Synopsis)

repo-rss [options] repoid1 [repoid2...]


Описание (Description)

repo-rss is a program for generating RSS feeds for one or more Yum repositories.


Общие настройки (General options)

-h, --help Help; display a help message and then quit.

-f <file> Specify the file to which the RSS will be written. Default is repo-rss.xml.

-l <link> Specify the URL to the RSS feed. Default is http://yum.baseurl.org/.

-t <title> Specify the title for the RSS feed. Default is "RSS Repository - Recent Packages".

-d <description> Specify the description of the RSS feed. Default is "Most recent packages in Repositories".

-r <days> Specify the number of days to consider most recent. Default is 3.

--tempcache Enable the use of a temporary directory for the yum cache. This is enabled by default for non-root users.


Примеры (Examples)

Generate an RSS for the updates-released repository and save it
       as updates-release.xml:
              repo-rss -f updates-released.xml updates-released

Файлы (Files)

As repo-rss uses YUM libraries for retrieving all the information, it relies on YUM configuration for its default values like which repositories to use. Consult YUM documentation for details:

/etc/yum.conf /etc/yum/repos.d/ /var/cache/yum/


Смотри также (See also)

yum.conf(5) http://yum.baseurl.org/