logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

modifyrepo_c - Modify a repomd.xml of rpm-md format repository

Name

       modifyrepo_c - Modify a repomd.xml of rpm-md format repository

Options

--version
       Show program's version number and exit.

   --mdtypeMDTYPE
       Specific datatype of the metadata, will be derived from the filename if not specified.

   --remove
       Remove specified file from repodata.

   --compress
       Compress the new repodata before adding it to the repo. (default)

   --no-compress
       Do not compress the new repodata before adding it to the repo.

   --compress-typeCOMPRESS_TYPE
       Compression format to use.

   -s--checksumSUMTYPE
       Specify the checksum type to use. (default: sha256)

   --unique-md-filenames
       Include the file's checksum in the filename, helps with proxies. (default)

   --simple-md-filenames
       Do not include the file's checksum in the filename.

   --verbose
       Verbose output.

   -f--batchfileBATCHFILE
       Batch file.

   --new-nameNEWFILENAME
       New filename for the file

   --zck
       Generate zchunk files as well as the standard repodata.

   --zck-dict-dirZCK_DICT_DIR
       Directory containing compression dictionaries for use by zchunk

                                                   2019-07-18                                    MODIFYREPO_C(8)

Synopsis

       modifyrepo_c [options] <input metadata> <output repodata>

       modifyrepo_c --remove <metadata type> <output repodata>

       modifyrepo_c [options] --batchfile <batch file> <output repodata>

See Also