chiark / gitweb /
Fix misleading java_path example
authorGioacchino Mazzurco <gio@eigenlab.org>
Mon, 12 Mar 2018 11:01:16 +0000 (12:01 +0100)
committerGioacchino Mazzurco <gio@eigenlab.org>
Mon, 12 Mar 2018 11:01:16 +0000 (12:01 +0100)
commit87fdca0d905fa3dbcba997d6f93a4b4b0cc9db3b
tree5e0042695ef21215e1e67712d16280db0f241691
parentef603d662bb3794227d1a649087ad27d0d49c860
Fix misleading java_path example

As you can see in fdroidserver/common.py:219
for java_version in ('7', '8', '9'):
the code look for java version without the 1. in front, after getting a
bunch of error message that JDK could't be found, investigating the code
and documentation I discovered my configuration was ignored because of
this and realized the example was wrong
examples/config.py