- RepoManager updates, like configurable paths
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 1 Jun 2007 12:48:35 +0000 (12:48 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 1 Jun 2007 12:48:35 +0000 (12:48 +0000)
commitcf4f565dff14383474e0deacae137ba43ca631d7
treec5a1fe81f3d508cc1df4b2b4a797d165a41693ac
parent3aeaae18168cf6fdaf3e645794f3ecb77e1e60b4
- RepoManager updates, like configurable paths
- Some API added to CacheStore to ask about repos
  cached
- specific Cache and Repo exceptions
- test case for RepoManager.
- Change CacheStore repo api to use alias instead
  of url and path
- compile all code with those changes
25 files changed:
devel/devel.dmacvicar/YUMReader_tp.cc
devel/devel.dmacvicar/testbed.cc
devel/devel.jkupec/YUMParser_test.cc
tests/cache/CMakeLists.txt
tests/cache/CacheQuery_test.cc
tests/cache/CacheStore_test.cc
tests/zypp/CMakeLists.txt
tests/zypp/RepoManager_test.cc [new file with mode: 0644]
tests/zypp/data/RepoManager/repos.d/filesharing.repo [new file with mode: 0644]
tests/zypp/data/RepoManager/repos.d/home:dmacvicar.repo [new file with mode: 0644]
tests/zypp/data/RepoManager/repos.d/ruby.repo [new file with mode: 0644]
zypp/ZConfig.cc
zypp/ZConfig.h
zypp2/CMakeLists.txt
zypp2/RepoManager.cc
zypp2/RepoManager.h
zypp2/RepoStatus.cc
zypp2/RepoStatus.h
zypp2/cache/CacheException.cc [new file with mode: 0644]
zypp2/cache/CacheException.h [new file with mode: 0644]
zypp2/cache/CacheStore.cpp
zypp2/cache/CacheStore.h
zypp2/cache/schema/schema.sql
zypp2/repo/RepoException.cc [new file with mode: 0644]
zypp2/repo/RepoException.h [new file with mode: 0644]