chiark / gitweb /
Merge branch 'debug-builds' into 'master'
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 14 May 2015 16:11:32 +0000 (16:11 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 14 May 2015 16:11:32 +0000 (16:11 +0000)
commit82ab109066402629ca00e8687efa9b393748b166
tree309fae26ae42854fa6239bb424a8cbba611d3a4e
parentafa7254a83767884a3d7af541586931286803aa0
parentc941bf3215920b8644865e1cf6df9b627a80c29d
Merge branch 'debug-builds' into 'master'

support plain paths as a serverwebroot

For use cases where there is a web server running on the same machine where the `fdroid update` is being run, allow plain paths in the serverwebroot list.  This is useful for debug repos from build servers, like:

https://dev.guardianproject.info/fdroid

This also includes small change in the `fdroid server update` delete behavior: it delays the delete phase until after the new APKs are uploaded.  This is keep things working for a long as possible while the repo is being updated.

See merge request !49