Merge multiple repositories together
mergerepo --repo repo1 --repo repo2
mergerepo is a program that allows you merge multiple repositories into a single repository while referring to the remote location for all packages.
Url to a repository to be merged.
Path where merged repository metadata should be written to. If not specified repository metadata will be written to `pwd`/merged_repo/.
Generate sqlite databases of the merged repository metadata.
Specify a comma-separated list of architectures to use. Defaults to ALL.
Do not merge/include groups metadata in the repository.
Do not merge/include updateinfo metadata in the repository.
$ mergerepo --repo=http://myurl.org/repo1 --repo=http://myurl.org/repo2 -d -o /tmp/mymergedrepo
createrepo (8)
Seth Vidal <[email protected]>
Any bugs which are found should be emailed to the mailing list: [email protected] or filed as tickets at: http://createrepo.baseurl.org/