1repodiff(1) repodiff(1)
2
3
4
6 repodiff
7
9 repodiff --old=old_repo_baseurl --new=new_repo_baseurl
10
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
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 just need to pass "x86_64"
26 (this is different from earlier versions where you needed to
27 specify "x86_64,athlon,i686,i586,i486,i386,noarch" and you still
28 got "src").
29
30 --size, -s
31 Ouput additional data about the size of the changes.
32
33 --compare-arch
34 Normally packages are just compared based on their name, this
35 flag makes the comparison also use the arch. So foo.i386 and
36 foo.x86_64 are different.
37
39 Compare source pkgs in two local repos:
40 repodiff --old=/tmp/repo-old --new=/tmp/repo-new
41
42 Compare x86_64 compat. binary pkgs in two remote repos, and two local
43 one:
44 repodiff -a x86_64 --old=http://example.com/repo1-old
45 --old=/tmp/repo-old --new=http://example.com/repo1-new
46 --new=/tmp/repo-new
47
48 Compare x86_64 compat. binary pkgs, but also compare arch:
49 repodiff -a x86_64 --compare-arch --old=http://exam‐
50 ple.com/repo1-old --old=/tmp/repo-old --new=http://exam‐
51 ple.com/repo1-new --new=/tmp/repo-new
52
54 yum.conf [4m(5)
55 http://yum.baseurl.org/
56
57
59 See the Authors file included with this program.
60
61
63 There are of course no bugs, but should you find any, you should first
64 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
65 unsuccessful in finding a resolution contact the mailing list: yum-
66 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
67 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
68 for all other bugs.
69
70
71
72
73James Antill 21 October 2008 repodiff(1)