docs/mergerepo.1 docs/modifyrepo.1
[email protected] Mon, 5 May 2014 08:56:08 +0000 (UTC)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
docs/mergerepo.1 | 13 ++++++++++++- docs/modifyrepo.1 | 31 +++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) New commits: commit 5db463a3e783e3629b8a52de65686644280b24ba Author: Valentina Mukhamedzhanova <[email protected]> Date: Mon May 5 10:54:56 2014 +0200 Add options to modifyrepo and mergerepo manpages. BZ 1093713 diff --git a/docs/mergerepo.1 b/docs/mergerepo.1 index 4c10b1e..553f6e4 100644 --- a/docs/mergerepo.1 +++ b/docs/mergerepo.1 @@ -21,7 +21,7 @@ Path where merged repository metadata should be written to. If not specified repository metadata will be written to `pwd`/merged_repo/. .IP "\fB\-d \-\-database\fP" -Generate sqlite databases of the merged repository metadata. +Generate sqlite databases of the merged repository metadata. This is now the default. .IP "\fB\-a \-\-archlist\fP" Specify a comma-separated list of architectures to use. Defaults to ALL. @@ -32,6 +32,17 @@ Do not merge/include groups metadata in the repository. .IP "\fB\-\-noupdateinfo\fP" Do not merge/include updateinfo metadata in the repository. +.IP "\fB\-\-no-database\fP" +Do not generate sqlite databases in the repository. + +.IP "\fB\-\-compress-type <compress-type>\fP" +Specify which compression type to use: compat (default), xz (may not be available), gz, bz2. + +.IP "\fB\-\-version\fP" +Output version. + +.IP "\fB\-h \-\-help\fP" +Show help menu. .SH "EXAMPLES" .PP diff --git a/docs/modifyrepo.1 b/docs/modifyrepo.1 index 1eeda56..ae2cea5 100644 --- a/docs/modifyrepo.1 +++ b/docs/modifyrepo.1 @@ -10,6 +10,37 @@ modifyrepo \- Modify a repomd (xml-rpm-metadata) repository .SH "DESCRIPTION" \fBmodifyrepo\fP is a program that allows you to insert arbitrary metadata into a repomd (xml-based rpm metadata) repository. +.SH "OPTIONS" +.IP "\fB\-\-mdtype <mdtype>\fP" +Specify datatype of the metadata. If not specified, datatype will be derived from the filename. + +.IP "\fB\-\-remove\fP" +Remove specified file from repodata. + +.IP "\fB\-\-compress\fP" +Compress the new repodata before adding it to the repo. This is used by default. + +.IP "\fB\-\-no-compress\fP" +Do not compress the new repodata before adding it to the repo. + +.IP "\fB\-\-compress-type <compress-type>\fP" +Specify which compression type to use: compat (default), xz (may not be available), gz, bz2. + +.IP "\fB\-s, \-\-checksum <sumtype>\fP" +Specify the checksum type to use. + +.IP "\fB\-\-unique-md-filenames\fP" +Include the file's checksum in the metadata filename, helps with HTTP caching (default). + +.IP "\fB\-\-simple-md-filenames\fP" +Do not include the file's checksum in the metadata filename. + +.IP "\fB\-\-version\fP" +Output version. + +.IP "\fB\-h \-\-help\fP" +Show help menu. + .SH "EXAMPLES" .PP $ \fBmodifyrepo\fP \-\-mdtype=newmd metadata.xml /repository/repodata