Move the Git repository cache in separate subpackage
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 11 Jun 2013 14:19:52 +0000 (17:19 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 12 Jun 2013 07:16:15 +0000 (10:16 +0300)
commitc0c32b0b9ff625863258c9e8e651f2bc2ff56d42
treee48e82bc996688c61aa381c984a9eac4a8cd404a
parent4df4c42e5bbc7cd04c25875dfd5c1f24bcdcb90d
Move the Git repository cache in separate subpackage

Move the Git repository cache implementation/API into a separate python
module and into a separate RPM subpackage. Makes it easier for other
packages to depend on the repository cache API.

Change-Id: Ic234921241ea154c051cdd308a15a65706e4bd9c
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
.coveragerc
gbp_repocache/__init__.py [new file with mode: 0644]
obs_service_gbp/__init__.py
obs_service_gbp/command.py
packaging/obs-service-git-buildpackage.spec
setup.cfg
setup.py
tests/test_obs_service_gbp.py