mergerepo - Online in the Cloud

This is the command mergerepo that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mergerepo - Merge multiple repositories together

SYNOPSIS


mergerepo --repo repo1 --repo repo2

DESCRIPTION


mergerepo 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/mymergedrepo

Use mergerepo online using onworks.net services



Latest Linux & Windows online programs