1repodiff(1)                                                        repodiff(1)
2
3
4

NAME

6       repodiff
7

SYNOPSIS

9       repodiff --old=old_repo_baseurl --new=new_repo_baseurl
10

DESCRIPTION

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

GENERAL OPTIONS

16       --old, -o
17              Add a repo. as an old repo.
18
19       --new, -n
20              Add a repo. as an new repo.
21
22       --archlist, -a
23              Add architectures to change  the  default  from  just  comparing
24              source  packages.   Note  that  if you want the same as a native
25              "x86_64"       architecture       machine       you        need:
26              x86_64,athlon,i686,i586,i486,i386,noarch
27
28       --size, -s
29              Ouput additional data about the size of the changes.
30

EXAMPLES

32       Compare source pkgs in two local repos:
33              repodiff --old=/tmp/repo-old --new=/tmp/repo-new
34
35       Compare x86_64 binary pkgs in two remote repos, and two local one:
36              repodiff     -a     x86_64,i386,noarch,src    --old=http://exam
37              ple.com/repo1-old     --old=/tmp/repo-old     --new=http://exam
38              ple.com/repo1-new --new=/tmp/repo-new
39

SEE ALSO

41       yum.conf (5)
42       http://yum.baseurl.org/
43
44

AUTHORS

46       See the Authors file included with this program.
47
48

BUGS

50       There  are of course no bugs, but should you find any, you should first
51       consult the  FAQ  section  on  http://yum.baseurl.org/wiki/Faq  and  if
52       unsuccessful  in  finding  a  resolution contact the mailing list: yum-
53       devel@lists.baseurl.org.  To file a bug use  http://bugzilla.redhat.com
54       for  Fedora/RHEL/Centos  related bugs and http://yum.baseurl.org/report
55       for all other bugs.
56
57
58
59
60James Antill                    21 October 2008                    repodiff(1)
Impressum