Imported Upstream version 0.6.35
[platform/upstream/libsolv.git] / doc / repo2solv.txt
1 repo2solv(1)
2 ============
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 repo2solv - convert repository metadata into a solv file
10
11 Synopsis
12 --------
13 *repo2solv* ['OPTIONS'] 'DIR'
14
15 Description
16 -----------
17 The repo2solv tool converts repository metadata in the directory
18 'DIR' into a solv file written to standard output.
19
20 Note that repo2solv does not verify signatures or checksum, it
21 is expected that this is done by the tool that downloads the
22 metadata.
23
24 If no metadata is detected, repo2solv assumes the "plaindir"
25 format and generates the solv file from all rpm files it
26 finds.
27
28 *-o* 'OUTFILE'::
29 Write the solv file to 'OUTFILE' instead of stdout.
30
31 *-R*::
32 Also recurse into subdirectories in "plaindir" mode.
33
34 *-F*::
35 Put the complete filelist in the output. The default is
36 to just include the "importent" parts of the file list,
37 except for "plaindir" mode, which always includes all
38 files.
39
40 *-C*::
41 Add changelog entires to the output.
42
43 *-A*::
44 Add appdata pseudo packages to the output. This is an
45 experimental feature.
46
47 *-X*::
48 Autoexpand SUSE pattern and product provides into packages.
49
50 See Also
51 --------
52 dumpsolv(1)
53
54 Author
55 ------
56 Michael Schroeder <mls@suse.de>
57
58 ////
59 vim: syntax=asciidoc
60 ////