chiark / gitweb /
replace redundant build_tools check that breaks `fdroid init`
authorHans-Christoph Steiner <hans@eds.org>
Tue, 1 Jul 2014 01:37:46 +0000 (21:37 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Jul 2014 03:01:47 +0000 (23:01 -0400)
commit4d913d646a7d5d0511c23fb1dfd5560263452558
treedcf07e2568d5c52d9fc18de10659618f696b76bc
parent9dd138b25384e6b49b970b821f25fc119bdfd94b
replace redundant build_tools check that breaks `fdroid init`

This reverts b637568a624cc75f4e67a0df59a017872e2129c6 since it added a
redundant check that broke `fdroid init` when the default version dir of
build_tools does not exist on the local system.  It then uses the function
that was already in place for checking the build_tools setup in a way that
does not break `fdroid init`.

Now that the fake android home version is not matching the default version,
the tests will catch this bug in the future.
fdroidserver/common.py
tests/run-tests