repodiff

Section: (1)
Updated: 2008 October 21
Index Return to Main Contents
 

NAME

repodiff  

SYNOPSIS

repodiff --old=old_repo_baseurl --new=new_repo_baseurl  

DESCRIPTION

repodiff is a program which will list differences between two sets of repositories. Note that by default only source packages are compared.

 

GENERAL OPTIONS

--old, -o
Add a repo. as an old repo.
--new, -n
Add a repo. as an new repo.
--archlist, -a
Add architectures to change the default from just comparing source packages.
--size, -s
Ouput additional data about the size of the changes.
 

EXAMPLES

Compare source pkgs in two local repos:
repodiff --old=/tmp/repo-old --new=/tmp/repo-new
Compare x86_64 binary pkgs in two remote repos, and two local one:
repodiff -a x86_64,i386,noarch,src --old=http://example.com/repo1-old --old=/tmp/repo-old --new=http://example.com/repo1-new --new=/tmp/repo-new

 

SEE ALSO

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

 

AUTHORS

See the Authors file included with this program.

 

BUGS

There of course aren't any bugs, but if you find any, they should be sent to the mailing list: yum@lists.baseurl.org or filed in trac.