chiark / gitweb /
support lists/tuples in 'serverwebroot' config item
authorHans-Christoph Steiner <hans@eds.org>
Mon, 14 Jul 2014 19:03:58 +0000 (15:03 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 14 Jul 2014 19:04:30 +0000 (15:04 -0400)
commit8c8fb8b156773c84b3ffcdca478c97d404895810
tree91e408dbac388663af22276cfb183134ab0f8259
parent35ee4b1bc5d197b58f20cfe8172309bcf8ca74ba
support lists/tuples in 'serverwebroot' config item

This allows the user to specify multiple servers to put the repo to, and
`fdroid server update` will automatically push to them all.

fixes #22 https://gitlab.com/fdroid/fdroidserver/issues/22
examples/config.py
fdroidserver/common.py
fdroidserver/server.py