HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
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