chiark / gitweb /
makebuildserver: allow a list/tuple for baseboxurl to support local copy
authorHans-Christoph Steiner <hans@eds.org>
Wed, 26 Aug 2015 10:23:41 +0000 (12:23 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 26 Aug 2015 12:46:53 +0000 (14:46 +0200)
commit4b0a6ed29f82467f3274e16c5ba8a3368ee044c0
treeb27cc09ad0e7a4091c91ebc0755d22cbdcb64ea9
parent99d0c55fe95a354bb1ba468339cec468a9c226b5
makebuildserver: allow a list/tuple for baseboxurl to support local copy

config.vm.box_url can be a list/tuple of URLs, which is useful to specific
a locally cached copy.  This is needed on slow connections, so that if it
fails, the download of jessie32.box does not have to start from the
beginning of the file again.
examples/makebs.config.py
makebuildserver