chiark / gitweb /
fixes #12: make `fdroid update -c` do complete update like `fdroid update`
authorHans-Christoph Steiner <hans@eds.org>
Thu, 29 May 2014 19:29:57 +0000 (15:29 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 29 May 2014 19:29:57 +0000 (15:29 -0400)
commit6839f9a9ed54be7e558bc353915340e1678d8ffb
tree843189de5440c971b4784b06a813a8aa544150ee
parentaf22962572363b16877dad86840ff616f2655109
fixes #12: make `fdroid update -c` do complete update like `fdroid update`

Since the new metadata created by -c is added after the existing metadata
was already parsed, `fdroid update -c` was not doing a complete update of
the repo.  This moves the metadata creation as early as possible, then
reruns the metadata parsing if new metadata was created.

refs #12 https://gitlab.com/fdroid/fdroidserver/issues/12
fdroidserver/update.py