This should keep things simple and consistent.
#The keystore to use for release keys when building. This needs to be
#somewhere safe and secure, and backed up!
-keystore = "/home/me/somewhere/my.keystore"
+#keystore = "/home/me/.local/share/fdroidserver/keystore.jks"
# The password for the keystore (at least 6 characters). If this password is
# different than the keypass below, it can be OK to store the password in this
'stats_to_carbon': False,
'repo_maxage': 0,
'build_server_always': False,
+ 'keystore': os.path.join(os.getenv('HOME'),
+ '.local', 'share', 'fdroidserver', 'keystore.jks'),
'char_limits': {
'Summary' : 50,
'Description' : 1500