chiark / gitweb /
Merge branch 'makebuildserver-for-debian-jenkins' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 21 Jan 2016 15:49:37 +0000 (15:49 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 21 Jan 2016 15:49:37 +0000 (15:49 +0000)
commit0003e4c742cf400e18f1f20bc0ae3602dce95237
treefbc045b59311abdc55de54b4421e4e13d4da6e11
parent0be343273db8125be177a65d8d79dd207d6708d4
parent24a9f3b816ec8951bd43784e6bda98c2ea66984a
Merge branch 'makebuildserver-for-debian-jenkins' into 'master'

Makebuildserver for debian jenkins

@mvdan and I worked out a plan with Holger, the Debian Developer running the reproducible builds jenkins build farm.  The idea is for that to just run `./makebuildserver` in the jenkins script.  Then we'll make sure that it works.  This also makes it easy for anyone to set up and run an FDroid build instance, which is important for things like the verification server and for people to be able to run reproducible builds on their own machine.

This does change some of the defaults, but they can all be overridden in the `makebs.config.py` for f-droid.org.

More comments in the commits.

See merge request !89