Imported Upstream version 0.6.6
[platform/upstream/libsolv.git] / doc / repomdxml2solv.txt
1 repomdxml2solv(1)
2 =================
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 repomdxml2solv - convert a repomd.xml file into a solv file
10
11 Synopsis
12 --------
13 *repomdxml2solv* ['OPTIONS']
14
15 Description
16 -----------
17 The repomd.xml file is the index file of a rpm-md repository,
18 containing references to all data file with checksums. The
19 repomdxml2solv tool reads the repomd.xml file from stdin and
20 writes the parsed data as solv file to standard output. The
21 data is stored as meta attributes in the result.
22
23 *-q* 'WHAT'::
24 Data query mode: instead of writing a solv file, select the
25 'WHAT' element in the input data and write it to standard output.
26 Examples for 'WHAT' are *type* to get a list of all types, and
27 *primary:location* to get the location of the element with
28 type *primary*.
29
30 See Also
31 --------
32 rpmmd2solv(1), mergesolv(1), createrepo(8)
33
34 Author
35 ------
36 Michael Schroeder <mls@suse.de>