1MERGEREPO_C(2017-02-23)                                MERGEREPO_C(2017-02-23)
2
3
4

NAME

6       mergerepo_c - Merge multiple rpm-md format repositories together
7

SYNOPSIS

9       mergerepo_c [options] --repo repo1 --repo repo2
10

OPTIONS

12   --version
13       Show program's version number and exit
14
15   -r --repo REPOS
16       Repo url
17
18   -a --archlist ARCHLIST
19       Defaults to all arches - otherwise specify arches
20
21   -d --database
22   --no-database
23   -v --verbose
24   -o --outputdir OUTPUTDIR
25       Location to create the repository
26
27   --nogroups
28       Do not merge group (comps) metadata
29
30   --noupdateinfo
31       Do not merge updateinfo metadata
32
33   --compress-type COMPRESS_TYPE
34       Which compression type to use
35
36   --method MERGE_METHOD
37       Specify  merge  method for packages with the same name and arch (availā€
38       able merge methods: repo (default), ts, nvr)
39
40   --all
41       Include all packages with the same name and arch if version or  release
42       is different. If used --method argument is ignored!
43
44   --noarch-repo URL
45       Packages with noarch architecture will be replaced by package from this
46       repo if exists in it.
47
48   --unique-md-filenames
49       Include the file's  checksum  in  the  metadata  filename,  helps  HTTP
50       caching (default).
51
52   --simple-md-filenames
53       Do not include the file's checksum in the metadata filename.
54
55   --omit-baseurl
56       Don't add a baseurl to packages that don't have one before.
57
58   -k --koji
59       Enable koji mergerepos behaviour.
60
61   -g --groupfile GROUPFILE
62       Path to groupfile to include in metadata.
63
64   -b --blocked FILE
65       A file containing a list of srpm names to exclude from the merged repo.
66       Only works with combination with --koji/-k.
67
68
69
70
71                                                       MERGEREPO_C(2017-02-23)
Impressum