|
NAMEmodifyrepo_c - Modify a repomd.xml of rpm-md format repository SYNOPSISmodifyrepo_c [options] <input metadata> <output repodata> modifyrepo_c --remove <metadata type> <output repodata> modifyrepo_c [options] --batchfile <batch file> <output repodata> OPTIONS--versionShow program's version number and exit. --mdtype MDTYPESpecific datatype of the metadata, will be derived from the filename if not specified. --removeRemove specified file from repodata. --compressCompress the new repodata before adding it to the repo. (default) --no-compressDo not compress the new repodata before adding it to the repo. --compress-type COMPRESS_TYPECompression format to use. -s --checksum SUMTYPESpecify the checksum type to use. (default: sha256) --unique-md-filenamesInclude the file's checksum in the filename, helps with proxies. (default) --simple-md-filenamesDo not include the file's checksum in the filename. --verboseVerbose output. -f --batchfile BATCHFILEBatch file. --new-name NEWFILENAMENew filename for the file --zckGenerate zchunk files as well as the standard repodata. --zck-dict-dir ZCK_DICT_DIRDirectory containing compression dictionaries for use by zchunk
|