.\" urpm-repodiff .TH "urpm-repodiff" "1" "21 September 2012" "Vladimir Testov" "ROSA Package Management" .SH "NAME" urpm-repodiff - diff for urpmi repositories .SH "SYNOPSIS" \fBurpm-repodiff\fP [options] --old old_repo_baseurl [old_repo_baseurl ...] --new new_repo_baseurl [new_repo_baseurl ...] .SH "DESCRIPTION" .PP \fBurpm-repodiff\fP is a program that lists differences between two sets of repositories. You can use more than one --old(--new) option. Every group of repositories will be joined (max package version will be selected in each group) .PP .SH "GENERAL OPTIONS" .IP "\fB\-\-old, -o\fP" "Old" repository or list of "old" repositories if several present. .IP "\fB\-\-new, -n\fP" "New" repository or list of "new" repositories if several present. .IP "\fB\-\-quiet, -q\fP" Quiet mode: hide service messages. .IP "\fB\-\-no-release, -r\fP" Ignore release during package compare. .IP "\fB\-\-output, -o OUTPUT_FILE\fP" Change standart output to OUTPUT_FILE. .IP "\fB\-\-show-summary\fP" Show summary - total new packages, total removed packages, total updated packages, total downgraded packages. Output depends on selected filters. .IP "\fB\-\-ignore, -i IGNORELIST\fP" Read list of ignored package names from file IGNORELIST. For ignoring all packages that starts with some PATTERN, add PATTERN* to IGNORELIST. .PP .SH "USUAL OUTPUT OPTIONS" .IP "\fB\-\-size, -s\fP" Show differences in package sizes. .IP "\fB\-\-simple\fP" Simple output format. .IP "\fB\-\-changelog, -s\fP" Show changelog difference. .PP .SH "HTML OUTPUT OPTION" .IP "\fB\-\-html\fP" Output difference in format of html page. In case of using this option \fB--size, -s\fP, \fB--simple\fP and \fB--changelog\fP options are ignored. If \fB\-\-output, -o\fP option is not present, page will be output to file 'repodiff.html' in the current directory. .IP "\fB\-\-reponames REPONAME [REPONAME ...]\fP" Repository names for output. .IP "\fB\-\-title, -t TITLE\fP" Set title as TITLE. "Difference between repositories." by default. .SH "FILTER OPTION" .IP "\fB\-\-show-new, -N\fP" Show new packages. .IP "\fB\-\-show-removed, -R\fP" Show removed packages. .IP "\fB\-\-show-updated, -U\fP" Show updated packages. .IP "\fB\-\-show-downgraded, -D\fP" Show downgraded packages. .SH "EXAMPLES" .IP "Compare packages in two local repositories:" \fBurpm-repodiff --old /tmp/repo-old --new /tmp/repo-new\fP .IP "Compare packages in two remote repositories, and two local ones:" \fBurpm-repodiff --old http://example.com/repo1-old --old /tmp/repo-old --new http://example.com/repo1-new --new /tmp/repo-new\fP .IP "Compare packages, use simple report format (no chanlog difference), but report difference in package size:" \fBurpm-repodiff --old /tmp/repo-old --new /tmp/repo-new --size --simple\fP .PP .PP .SH "AUTHORS" .nf See the Authors file included with this program. .fi