chiark / gitweb /
invalidate apkcache if the metadata version is different
authorHans-Christoph Steiner <hans@eds.org>
Wed, 15 Jun 2016 14:34:10 +0000 (16:34 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 15 Jun 2016 14:35:00 +0000 (16:35 +0200)
commit8e57f2737d97b9ce9bf23e118162b6e481617c51
treeea7f53123d26b6770621d304a206e3cacf720379
parentc11edc302207b717c53a604c71fc32166cb6e40e
invalidate apkcache if the metadata version is different

When the metadata changes, different things will be stored about each APK.
So invalidate the cached info parsed from APKs if the cache's metadata
version does not match the metadata version of the currently running tools.
fdroidserver/update.py