1MODIFYREPO_C(2017-02-23) MODIFYREPO_C(2017-02-23)
2
3
4
6 modifyrepo_c - Modify a repomd.xml of rpm-md format repository
7
9 modifyrepo_c [options] <input metadata> <output repodata>
10
11 modifyrepo_c --remove <metadata type> <output repodata>
12
13 modifyrepo_c [options] --batchfile <batch file> <output repodata>
14
16 --version
17 Show program's version number and exit.
18
19 --mdtype MDTYPE
20 Specific datatype of the metadata, will be derived from the filename if
21 not specified.
22
23 --remove
24 Remove specified file from repodata.
25
26 --compress
27 Compress the new repodata before adding it to the repo. (default)
28
29 --no-compress
30 Do not compress the new repodata before adding it to the repo.
31
32 --compress-type COMPRESS_TYPE
33 Compression format to use.
34
35 -s --checksum SUMTYPE
36 Specify the checksum type to use. (default: sha256)
37
38 --unique-md-filenames
39 Include the file's checksum in the filename, helps with proxies.
40 (default)
41
42 --simple-md-filenames
43 Do not include the file's checksum in the filename.
44
45 --verbose
46 Verbose output.
47
48 -f --batchfile BATCHFILE
49 Batch file.
50
51 --new-name NEWFILENAME
52 New filename for the file
53
54
55
56
57 MODIFYREPO_C(2017-02-23)