chiark / gitweb /
use jarsigner and keytool from same JDK as is being set in JAVA7_HOME
authorHans-Christoph Steiner <hans@eds.org>
Thu, 11 Feb 2016 19:43:55 +0000 (20:43 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 11 Feb 2016 20:17:23 +0000 (21:17 +0100)
commit69c81c38171f659e05f50432278ff29c7be59b7a
tree27d7d535fcba4fb98943cc9497a43f9d363f7431
parentfdf17e809c16da6c17b35ab60324ac60c0b13749
use jarsigner and keytool from same JDK as is being set in JAVA7_HOME

Using the same JDK throughout should prevent weird bugs where a setup might
use Java8's jarsigner and Java7's keytool.  This also allows the user to
set java_paths and have jarsigner and keytool used from that specified JDK.

This incorporates almost all of the patch that is in the Debian package
that forces fdroidserver to use the default JDK on that Debian release.

closes #93 https://gitlab.com/fdroid/fdroidserver/issues/93
fdroidserver/common.py
fdroidserver/publish.py
fdroidserver/signindex.py
fdroidserver/update.py
tests/update.TestCase