chiark / gitweb /
move default keystore location to `keystore.jks`, i.e. in the fdroid repo
authorHans-Christoph Steiner <hans@eds.org>
Mon, 20 Apr 2015 23:29:50 +0000 (19:29 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 8 May 2015 20:13:15 +0000 (16:13 -0400)
commitaf360199f1d832d326c3ac80381591d5d8d2a6a9
tree5dfc0b5c276e88bb8eda20912fc55b91b6a70d31
parent486159528816ade0897965ce5c05dd22cfe1f4eb
move default keystore location to `keystore.jks`, i.e. in the fdroid repo

This makes `fdroid init` create a complete, self-contained repo in a single
folder.  That makes it easily transferable, backupable, etc.  It also means
that `fdroid update` can add a keystore to an existing unsigned repo
without having to worry about finding the right folder or overwriting any
other existing files.
fdroidserver/common.py
fdroidserver/init.py