1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
.\" Man page generated from reStructuredText.
.
.TH MODIFYREPO_C 8 "2019-07-18" "" ""
.SH NAME
modifyrepo_c \- Modify a repomd.xml of rpm-md format repository
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" -*- coding: utf-8 -*-
.
.SH SYNOPSIS
.sp
modifyrepo_c [options] <input metadata> <output repodata>
.sp
modifyrepo_c \-\-remove <metadata type> <output repodata>
.sp
modifyrepo_c [options] \-\-batchfile <batch file> <output repodata>
.SH OPTIONS
.SS \-\-version
.sp
Show program\(aqs version number and exit.
.SS \-\-mdtype MDTYPE
.sp
Specific datatype of the metadata, will be derived from the filename if not specified.
.SS \-\-remove
.sp
Remove specified file from repodata.
.SS \-\-compress
.sp
Compress the new repodata before adding it to the repo. (default)
.SS \-\-no\-compress
.sp
Do not compress the new repodata before adding it to the repo.
.SS \-\-compress\-type COMPRESS_TYPE
.sp
Compression format to use.
.SS \-s \-\-checksum SUMTYPE
.sp
Specify the checksum type to use. (default: sha256)
.SS \-\-unique\-md\-filenames
.sp
Include the file\(aqs checksum in the filename, helps with proxies. (default)
.SS \-\-simple\-md\-filenames
.sp
Do not include the file\(aqs checksum in the filename.
.SS \-\-verbose
.sp
Verbose output.
.SS \-f \-\-batchfile BATCHFILE
.sp
Batch file.
.SS \-\-new\-name NEWFILENAME
.sp
New filename for the file
.SS \-\-zck
.sp
Generate zchunk files as well as the standard repodata.
.SS \-\-zck\-dict\-dir ZCK_DICT_DIR
.sp
Directory containing compression dictionaries for use by zchunk
.\" Generated by docutils manpage writer.
.
|