File: //usr/share/man/man1/mergerepo.1
.TH "mergerepo" "1" "2008 Oct 21" "Seth Vidal" ""
.SH "NAME"
mergerepo \- Merge multiple repositories together
.SH "SYNOPSIS"
\fBmergerepo\fP --repo repo1 --repo repo2
.PP
.SH "DESCRIPTION"
\fBmergerepo\fP is a program that allows you merge multiple repositories
into a single repository while referring to the remote location for all
packages.
.SH "OPTIONS"
.IP "\fB\-r --repo\fP <url>"
Url to a repository to be merged.
.IP "\fB\-o --outputdir <directory>\fP"
Path where merged repository metadata should be written to. If not specified
repository metadata will be written to `pwd`/merged_repo/.
.IP "\fB\-d --database\fP"
Generate sqlite databases of the merged repository metadata. This is now the default.
.IP "\fB\-a --archlist\fP"
Specify a comma-separated list of architectures to use. Defaults to ALL.
.IP "\fB\--nogroups\fP"
Do not merge/include groups metadata in the repository.
.IP "\fB\--noupdateinfo\fP"
Do not merge/include updateinfo metadata in the repository.
.IP "\fB\-\-no-database\fP"
Do not generate sqlite databases in the repository.
.IP "\fB\-\-compress-type <compress-type>\fP"
Specify which compression type to use: compat (default), xz (may not be available), gz, bz2.
.IP "\fB\-\-version\fP"
Output version.
.IP "\fB\-h \-\-help\fP"
Show help menu.
.SH "EXAMPLES"
.PP
$ \fBmergerepo\fP --repo=http://myurl.org/repo1 --repo=http://myurl.org/repo2 -d -o /tmp/mymergedrepo
.PP
.SH "SEE ALSO"
.I createrepo (8)
.PP
.SH "AUTHORS"
.nf
Seth Vidal <skvidal@fedoraproject.org>
.fi
.PP
.SH "BUGS"
Any bugs which are found should be emailed to the mailing list:
rpm-metadata@lists.baseurl.org or filed as tickets at:
http://createrepo.baseurl.org/
.fi