chiark / gitweb /
server: smooth out btlog transfer for offline signing setups
authorHans-Christoph Steiner <hans@eds.org>
Fri, 7 Jul 2017 15:52:53 +0000 (17:52 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 17 Jul 2017 09:38:15 +0000 (11:38 +0200)
commit523b5f4777d0ea7422fead1544de58fd870afa21
treef208870dc2588664c1b17354e5f4853ac803c5d8
parentbe8e7830e1be0f4063fb8c8263c7153635d00ad3
server: smooth out btlog transfer for offline signing setups

It turns out it is error prone to `git push` to a non-bare git repo. For
the offline signing machine, the git remote needs to be a regular git repo
in a directory on a thumbdrive so that once the thumbdrive is plugged into
an online machine, that git repo can be transferred to the online machine.
fdroidserver/server.py
tests/run-tests