chiark / gitweb /
server update: mkdir 'archive' if it does not exist
authorHans-Christoph Steiner <hans@eds.org>
Thu, 26 Jun 2014 19:46:47 +0000 (15:46 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 27 Jun 2014 00:47:36 +0000 (20:47 -0400)
commit0466d4aa4f8d60dbcbd66440c63ae689fb35f13d
tree059a1041ad05be0e409096f2b6e44247b8fef750
parent25f6b0c246c43822a6aa38af958a804c3df611b4
server update: mkdir 'archive' if it does not exist

If `fdroid server update` is run with config that includes an archive, but
the 'archive' subdir does not exist, create it.  This mirrors the code that
is in `fdroid update`.  Seems to trivial to move to common.py.
fdroidserver/server.py