chiark / gitweb /
if building directly in git repo, use file path for remote
authorHans-Christoph Steiner <hans@eds.org>
Tue, 8 Nov 2016 15:26:22 +0000 (16:26 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 16 Nov 2016 22:28:03 +0000 (23:28 +0100)
commit28ea33b8d1a0dc14cebb20923353e7c9bd015d30
tree89851b5d7a9c270abc5aac1a3401dccb0e505ef2
parentc41daf1e7ee6acd724efed636b6744576d336582
if building directly in git repo, use file path for remote

When a git repo has a .fdroid.yml file in it, and `fdroid build` is run
directly in that git repo, then this uses the file path as the remote for
the git repo in build/appid that is actually built.  That makes it possible
to run builds of commits that are only local, and makes things a whole lot
faster.
fdroidserver/common.py