chiark / gitweb /
Merge branch 'per-app-repos' into 'master'
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 27 Aug 2015 18:04:13 +0000 (18:04 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 27 Aug 2015 18:04:13 +0000 (18:04 +0000)
commitc46f0a58cc7f8cd2f7543ebc2da0ace06ce82933
treee85c5140c7ca0eea55fe36f4bb02b1fd9cd2fdeb
parent9cb95d1eb55fc8fb01e28588f4896d1e9e9d82aa
parent0f03de80fa41af744ef1989dcff2617ac01d2e01
Merge branch 'per-app-repos' into 'master'

config option to enable per-app repos for nightly builds

For Guardian Project, we've been running an fdroid repo for the nightly builds for each of our apps: https://dev.guardianproject.info/debug  This is built using a big, hacked up shell script: [update-debug-fdroid-repo](https://github.com/guardianproject/fdroid-repo-tools/blob/master/update-debug-fdroid-repo).  It has proven very useful to us to be able to subscribe to the nightly build for a single app, so this the first step of porting that horrid shell script to `fdroidserver`.

This also helps make the fdroidserver tool suite the single set of tools for all types of builds and releases. That will hopefully drive more free software developers to make f-droid.org the core channel for official releases.

See merge request !66