Imported Upstream version 0.6.29
[platform/upstream/libsolv.git] / doc / susetags2solv.txt
1 susetags2solv(1)
2 ================
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 susetags2solv - convert the susetags repository format into a solv file
10
11 Synopsis
12 --------
13 *susetags2solv* ['OPTIONS']
14
15 Description
16 -----------
17 The susetags format is most as repository format on most products
18 created by SUSE. The susetags2solv reads data from standard input,
19 converts the format into a solv file, and writes it to standard output.
20
21 *-c* 'CONTENTFILE'::
22 Also parse the specified content file containing meta information
23 about the repository.
24
25 *-q* 'WHAT'::
26 Data query mode: instead of writing a solv file, select the
27 'WHAT' element in the input data and write it to standard output.
28 An example for 'WHAT' is *defaultvendor* to get a default vendor for
29 the repository.
30
31 *-M* 'MERGEFILE.solv'::
32 Merge the content of the specified solv file into the output.
33
34 *-X*::
35 Autoexpand SUSE pattern and product provides into packages.
36
37 Author
38 ------
39 Michael Schroeder <mls@suse.de>
40
41 ////
42 vim: syntax=asciidoc
43 ////