]> git.ipfire.org Git - pakfire.git/commit
Modify structure of the cache.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Feb 2012 09:52:10 +0000 (10:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Feb 2012 09:52:10 +0000 (10:52 +0100)
commit5a99898baf43312a29df7ffabefd9db954dfcbd3
tree04932c5fbff8dfecec624430d6b59c8ab3f51b7a
parent0663afdc9c45873a64965eb8b6619494020daa97
Modify structure of the cache.

Downloaded packages will be stored by their hash, so no re-download
will be neccessary when a packages appears in an other repository.
python/pakfire/constants.py
python/pakfire/downloader.py
python/pakfire/packages/solv.py
python/pakfire/repository/cache.py
python/pakfire/repository/index.py
python/pakfire/repository/remote.py