chiark / gitweb /
makebuildserver: cache defaults to ~/.cache/fdroidserver
authorHans-Christoph Steiner <hans@eds.org>
Thu, 21 Jan 2016 13:09:12 +0000 (14:09 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 21 Jan 2016 14:34:55 +0000 (15:34 +0100)
commitcda8fa00f56068bac49276bbecf9064337125189
treebe76e602bf8a75a14432d9448bfe5d0b3c05f0f6
parent3bd8ef2c8c49fd77108d8d3885fd6e66e4a38e73
makebuildserver: cache defaults to ~/.cache/fdroidserver

This also provides a config option to override that default.  ~/.cache is
a standard location on GNU/Linux machines for cached content.  It is also
good to have the cache outside of the git repo in case `git clean -fdx` is
run, which would delete all files in the directory that are not part of the
git repo, including buildserver/cache/
examples/makebuildserver.config.py
makebuildserver