1SQLITEREPO_C(8)                                                SQLITEREPO_C(8)
2
3
4

NAME

6       sqliterepo_c - Generate sqlite db files for a repository in rpm-md for‐
7       mat
8

SYNOPSIS

10       sqliterepo_c [options] <repo_directory>
11

OPTIONS

13   -V --version
14       Show program's version number and exit.
15
16   -q --quiet
17       Run quietly.
18
19   -v --verbose
20       Run verbosely.
21
22   -f --force
23       Overwrite existing DBs.
24
25   --keep-old
26       Do not remove old DBs. Use only with combination with --force.
27
28   --xz
29       Use xz for repodata compression.
30
31   --compress-type <compress_type>
32       Which compression type to use.
33
34   --checksum <checksum_type>
35       Which checksum type to use in repomd.xml for sqlite DBs.
36
37   --local-sqlite
38       Gen sqlite DBs locally (into a directory for  temporary  files).  Some‐
39       times,  sqlite has a trouble to gen DBs on a NFS mount, use this option
40       in such cases. This option could lead to a higher memory consumption if
41       TMPDIR  is set to /tmp or not set at all, because then the /tmp is used
42       and /tmp dir is often a ramdisk.
43
44
45
46
47                                  2017-02-23                   SQLITEREPO_C(8)
Impressum