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
|
.\" Man page generated from reStructuredText.
.
.TH SQLITEREPO_C 8 "2017-02-23" "" ""
.SH NAME
sqliterepo_c \- Generate sqlite db files for a repository in rpm-md format
.
.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
sqliterepo_c [options] <repo_directory>
.SH OPTIONS
.SS \-V \-\-version
.sp
Show program\(aqs version number and exit.
.SS \-q \-\-quiet
.sp
Run quietly.
.SS \-v \-\-verbose
.sp
Run verbosely.
.SS \-f \-\-force
.sp
Overwrite existing DBs.
.SS \-\-keep\-old
.sp
Do not remove old DBs. Use only with combination with \-\-force.
.SS \-\-xz
.sp
Use xz for repodata compression.
.SS \-\-compress\-type <compress_type>
.sp
Which compression type to use.
.SS \-\-checksum <checksum_type>
.sp
Which checksum type to use in repomd.xml for sqlite DBs.
.SS \-\-local\-sqlite
.sp
Gen sqlite DBs locally (into a directory for temporary files). Sometimes, sqlite has a trouble to gen DBs on a NFS mount, use this option in such cases. This option could lead to a higher memory consumption if TMPDIR is set to /tmp or not set at all, because then the /tmp is used and /tmp dir is often a ramdisk.
.\" Generated by docutils manpage writer.
.
|