chiark / gitweb /
make sure indexes are sorted to minimize diffs between copies
authorHans-Christoph Steiner <hans@eds.org>
Mon, 3 Apr 2017 09:29:21 +0000 (11:29 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 3 Apr 2017 18:18:54 +0000 (20:18 +0200)
commit5ad3486741cee7d76d251cc27a49e1b4fa7310b9
treeb2e7cc017102a680b70b21ae6e5fcfec9a861ee9
parent7d4176dd501edaee974ccc9d75826ab6cf7c6bff
make sure indexes are sorted to minimize diffs between copies

With the binary transparency log stored in git, it makes that more readable
and as small as possible if the index files are fully sorted.  That will
reduce the differences between two copies of an index file to a bare
minimum.

If in the future we implement some kind of binary diff transfer, this will
also help there.
fdroidserver/index.py
fdroidserver/update.py