Pfeww. I'm tired, but now you can add refers from repo SOLV files to
authorMichael Matz <matz@suse.de>
Sat, 8 Dec 2007 04:58:04 +0000 (04:58 +0000)
committerMichael Matz <matz@suse.de>
Sat, 8 Dec 2007 04:58:04 +0000 (04:58 +0000)
commitd531ff2799ea9cbd4fa2817988054cb0e8a66f18
tree5feb5f8d27aef9fce1e42e2a8a6cfe2886b63c7e
parent8c32508241b64f6de19f35a07afaf2d1089fd842
Pfeww.  I'm tired, but now you can add refers from repo SOLV files to
attribute store files.  Good night.

(Like so:
% addstore bla.solv ding.attr dong.attr > bla2.solv
% dumpsolv bla2.solv
repo refers to 2 attribute stores:
ding.attr has 4 keys
  authors
  group
  keywords
  license
dong.attr has 4 keys
  authors
  keywords
  license
...
)
src/pool.h
src/repo.c
src/repo.h
src/repo_solv.c
tools/CMakeLists.txt
tools/addstore.c [new file with mode: 0644]
tools/dumpsolv.c
tools/repo_write.c