From: Ciaran Gultnieks Date: Thu, 27 Aug 2015 18:04:13 +0000 (+0000) Subject: Merge branch 'per-app-repos' into 'master' X-Git-Tag: 0.5.0~175 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c46f0a58cc7f8cd2f7543ebc2da0ace06ce82933;p=fdroidserver.git 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 --- c46f0a58cc7f8cd2f7543ebc2da0ace06ce82933