Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / devel / devel.dmacvicar / README
1 Running 'make' in this directory will create
2
3 - cachedsource
4   Reads the database (from zypp.db) and creates all resolvables
5   in memory.
6   Used to time read and create
7
8 - cachestore
9   Inserts capabilities (from external text file) into database.
10   Used to time insert.
11
12 - mediaaccess
13   N/A
14
15 - scansource
16   Downloads and parses a repository. To test repository integrity.
17
18 - susetags-downloader
19   Used to download metadata from a 'susetags' source
20   See http://en.opensuse.org/Libzypp/Metadata/YaST
21
22   run as "susetags-downloader <uri> <cachedir>"
23
24 - tagsparser
25   Parses 'susetags' metadata and writes it into database.
26
27 - yum-downloader
28   Used to download metadata from a 'rpm-md' source
29   See http://en.opensuse.org/Standards/Rpm_Metadata
30
31   run as "yum-downloader <uri> <cachedir>"
32
33