chiark / gitweb /
get_release_filename() to handle any file type, not just APKs
authorHans-Christoph Steiner <hans@eds.org>
Mon, 31 Oct 2016 15:51:34 +0000 (16:51 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 3 Nov 2016 07:07:11 +0000 (08:07 +0100)
commit8ecff5bd616f6c492a9b8779846cedc4b9c5b4c4
tree952dc6b0e70fd6f177f68599f8d1ada6ca4355b8
parentab8d51012d0b36b9b927dbd613b5087eeba3452f
get_release_filename() to handle any file type, not just APKs

In order to support non-APK files that are built by `fdroid build`, this
function that names the file releases needs to be generic.
fdroidserver/build.py
fdroidserver/common.py