|
NAMEmergerepo_c - Merge multiple rpm-md format repositories together SYNOPSISmergerepo_c [options] --repo repo1 --repo repo2 OPTIONS--versionShow program's version number and exit -r --repo REPOSRepo url --repo-prefix-search OLD_PREFIXRepository prefix to be replaced by NEW_PREFIX. --repo-prefix-replace NEW_PREFIXRepository prefix URL by which the OLD_PREFIX is replaced. -a --archlist ARCHLISTDefaults to all arches - otherwise specify arches -d --database--no-database-v --verbose-o --outputdir OUTPUTDIRLocation to create the repository --nogroupsDo not merge group (comps) metadata --noupdateinfoDo not merge updateinfo metadata --compress-type COMPRESS_TYPEWhich compression type to use --zckGenerate zchunk files as well as the standard repodata. --zck-dict-dir ZCK_DICT_DIRDirectory containing compression dictionaries for use by zchunk --method MERGE_METHODSpecify merge method for packages with the same name and arch. Available merge methods: repo (default) select package from the first specified
repository.
nvr select package with the higher version and release.
ts select package with the newest timestamp.
--allInclude all packages with the same name and arch if version or release is different. If used --method argument is ignored! --noarch-repo URLPackages with noarch architecture will be replaced by package from this repo if exists in it. --unique-md-filenamesInclude the file's checksum in the metadata filename, helps HTTP caching (default). --simple-md-filenamesDo not include the file's checksum in the metadata filename. --omit-baseurlDon't add a baseurl to packages that don't have one before. -k --kojiEnable koji mergerepos behaviour. (Optionally select simple mode with: --simple) --simpleEnable koji specific simple merge mode where we keep even packages with identical NEVRAs. Only works with combination with --koji/-k. --pkgoriginsEnable standard mergerepos behavior while also providing the pkgorigins file for koji. --arch-expandAdd multilib architectures for specified archlist and expand all of them. Only works with combination with --archlist. -g --groupfile GROUPFILEPath to groupfile to include in metadata. -b --blocked FILEA file containing a list of srpm names to exclude from the merged repo. Only works with combination with --koji/-k.
|