Query: mergerepo
OS: centos
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mergerepo(1) mergerepo(1)NAMEmergerepo - Merge multiple repositories togetherSYNOPSISmergerepo --repo repo1 --repo repo2DESCRIPTIONmergerepo is a program that allows you merge multiple repositories into a single repository while referring to the remote location for all packages.OPTIONS-r --repo <url> Url to a repository to be merged. -o --outputdir <directory> Path where merged repository metadata should be written to. If not specified repository metadata will be written to `pwd`/merged_repo/. -d --database Generate sqlite databases of the merged repository metadata. -a --archlist Specify a comma-separated list of architectures to use. Defaults to ALL. --nogroups Do not merge/include groups metadata in the repository. --noupdateinfo Do not merge/include updateinfo metadata in the repository.EXAMPLES$ mergerepo --repo=http://myurl.org/repo1 --repo=http://myurl.org/repo2 -d -o /tmp/mymergedrepoSEE ALSOcreaterepo (8)AUTHORSSeth Vidal <skvidal@fedoraproject.org>BUGSAny bugs which are found should be emailed to the mailing list: rpm-metadata@lists.baseurl.org or filed as tickets at: http://cre- aterepo.baseurl.org/ Seth Vidal 2008 Oct 21 mergerepo(1)