chiark / gitweb /
build: check that metadata is present before creating tmp dirs
authorHans-Christoph Steiner <hans@eds.org>
Tue, 4 Aug 2015 14:09:44 +0000 (16:09 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 12 Feb 2016 07:33:22 +0000 (08:33 +0100)
commit8489047bcfecd332bd10044269c8ab90a284da89
tree636ef02e997036b961104f629bcec9be9e5ee4ce
parent751fd3fb0a708f3eb38a19247c88a4b2cdf577c8
build: check that metadata is present before creating tmp dirs

Before, `fdroid build` would create some subdirs, then fail when it could
not read the metadata via metadata.read_metadata().  This checks before
whether there is any metadata available, and warns the user accordingly.
fdroidserver/build.py