mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 17:32:46 +00:00
51 lines
1.9 KiB
Groff
51 lines
1.9 KiB
Groff
.\" urpm-repodiff
|
|
.TH "urpm-repodiff" "1" "21 December 2011" "Vladimir Testov" "Mandriva 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 which will list differences between two sets of
|
|
repositories.
|
|
.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.
|
|
.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.
|
|
.PP
|
|
.SH "OUTPUT OPTION"
|
|
.IP "\fB\-\-output, -o OUTPUT_FILE\fP"
|
|
Change standart output to OUTPUT_FILE.
|
|
.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
|