chiark / gitweb /
update sample and add error to reflect the default basedir: .*/fdroid/repo
authorHans-Christoph Steiner <hans@eds.org>
Wed, 4 Dec 2013 20:28:41 +0000 (15:28 -0500)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 4 Dec 2013 20:28:41 +0000 (15:28 -0500)
commit71020a9e6dd600e7b3a07a01c23165b8e58933a2
tree64aa9d017f701538eeaf7931b493c2c55bdaada9
parentc21ab7dbdf76e090bc624a47235860050e941309
update sample and add error to reflect the default basedir: .*/fdroid/repo

For user-generated repos, the default path/URL is .*/fdroid/repo, with
fdroid/ as the root where the 'fdroid' tool operates.  This makes for a URL
that is quite unique and easily matched automatically using patterns, like
in fdroidclient.

For those who don't like the standard, they can override the errror from
config.py using nonstandardwebroot = True
config.sample.py
fdroidserver/init.py
fdroidserver/server.py