chiark / gitweb /
do not require if config.py if using local metadata
authorHans-Christoph Steiner <hans@eds.org>
Wed, 5 Aug 2015 12:42:41 +0000 (14:42 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 23 Mar 2016 16:16:27 +0000 (17:16 +0100)
commit3e6b263c8eda8992295e531be7a04eba88ca82f1
tree71cfb3e8bee22c68ba6276ff06ce560e9c77ed87
parent3768d7a4d68f09005ccfe5dcd610752fee995a30
do not require if config.py if using local metadata

Since you can have a .fdroid.* metadata file included directly in an
app's git repo, it seems annoying to force developers to also include
a blank config.py in order to run `fdroid build` from their git repo.

The next step after this is some kind of global config file for
setting paths and things that need to be customized that would apply
to all git repos, for example, to enable using a buildserver.

This also required moving all of the env setting for FDroidPopen into
a single place so that it is properly setup when using the local
metadata.
fdroidserver/common.py