chiark / gitweb /
server: remove unused --sync-from-local-copy-dir
authorHans-Christoph Steiner <hans@eds.org>
Mon, 10 Apr 2017 23:05:53 +0000 (01:05 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 11 Apr 2017 22:45:22 +0000 (00:45 +0200)
commitf75b547795a116924860998f0dba5abc9034fd51
treec22b92085227fe8fa5597d5d90b7c59bfc16dcf1
parent0c19d4566da1bc1e179905d3e9f7472304f7cc45
server: remove unused --sync-from-local-copy-dir

This option was not hooked up at all, and does not make sense as a command
line argument.  It should just be a config.py item.  In that case, the
presence of config.py marks the current dir as a repo, so there is no
longer a need to test for a dir called repo/ as a safety.  This makes the
setup easier, since sync_from_localcopy() now creates repo/ for the user.
fdroidserver/server.py
tests/run-tests