chiark / gitweb /
Merge branch 'fix-makebuildserver' into 'master'
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 15 Jun 2016 09:30:42 +0000 (09:30 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 15 Jun 2016 09:30:42 +0000 (09:30 +0000)
commit90ac5d3fa8f28d0175bb567feeaca6a6cb622718
tree1368445baa28f59589c2e1b6b39f1bc0072edba8
parent2fab0133931f66dcf2c0fcd7d2e1082fdfa0c1b5
parent51e8776a883cf81e30b96bf13b615da874b5d019
Merge branch 'fix-makebuildserver' into 'master'

Fix ./makebuildserver CI build

In order to get reproducible builds work reliably, we need to have buildserver create be fully automatic, and be able to run in VMs.  It should also handle caching downloads well, so that people can easily rebuild their buildserver, and CI builds don't have to download gigs and gigs for each run.  These are some related fixes.

See merge request !131