chiark / gitweb /
support .fdroid.* metadata file in source root of app being built
authorHans-Christoph Steiner <hans@eds.org>
Wed, 5 Aug 2015 08:55:54 +0000 (10:55 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 23 Mar 2016 16:16:27 +0000 (17:16 +0100)
commit9abb80b3b77622c7ad0a4d26ef33417804406c2d
treebd41a4a4e7677ba45533a67c607d4240399e28d4
parent98809fc38f9c9d115aa0bb2e1e6bb3818bf6ab19
support .fdroid.* metadata file in source root of app being built

This allows app makers to include a .fdroid.(json|xml|yaml|txt) metadata
file in the root of the git repo of their app, then they can build it using
`fdroid build`.  This is useful for developers who want to maintain the
fdroid build recipe themselves, and run the fdroid build process for their
own builds.
fdroidserver/metadata.py