urpm-tools/docs/urpm-repodiff.1

70 lines
2.8 KiB
Groff
Raw Permalink Normal View History

.\" urpm-repodiff
2012-09-21 15:31:32 +04:00
.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
2012-09-21 15:31:32 +04:00
\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.
2012-09-13 19:03:17 +04:00
.IP "\fB\-\-no-release, -r\fP"
Ignore release during package compare.
2012-09-21 15:31:32 +04:00
.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.
2012-09-21 17:01:54 +04:00
If \fB\-\-output, -o\fP option is not present, page will be output to file 'repodiff.html' in the current directory.
2012-09-21 15:31:32 +04:00
.IP "\fB\-\-reponames REPONAME [REPONAME ...]\fP"
Repository names for output.
2012-09-21 17:01:54 +04:00
.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