chiark / gitweb /
fix genkey key listing in `fdroid init`
authorHans-Christoph Steiner <hans@eds.org>
Tue, 1 Apr 2014 21:37:37 +0000 (17:37 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 1 Apr 2014 22:04:36 +0000 (18:04 -0400)
commite53092cffa993031cdd6f3269ca792e42b41a9a6
tree370a8310d928298dcc6b7c03d89926fd66662b7d
parented3bd25bb5651d2374b925c139ccd494d907ad72
fix genkey key listing in `fdroid init`

FDroidPopen() does not have a way to send to stdin, so we will use the
password file for now.  In the long run, at least the keypass should always
be sent via stdin rather than via a file.  Ideally, storepass would be too,
but if they are different, then storepass is less important.
fdroidserver/init.py
fdroidserver/publish.py
fdroidserver/update.py