File: sqliterepo_c.8

package info (click to toggle)
createrepo-c 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,632 kB
  • sloc: ansic: 31,242; python: 4,868; xml: 2,669; sh: 363; makefile: 26; perl: 7
file content (67 lines) | stat: -rw-r--r-- 1,772 bytes parent folder | download | duplicates (3)
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.
.