chiark / gitweb /
buildserver: send config to vagrant via YAML file
authorHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 18:22:00 +0000 (20:22 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 21:54:52 +0000 (23:54 +0200)
commit2e1ec71404a9f9577eb68971fff025d9f6036101
tree937738580d5199fb54cd54ce92423e1cb80f5eac
parent4e787cc7502c2d7ebc68d56d07dc4eaadebd285e
buildserver: send config to vagrant via YAML file

Python can easily output dicts as YAML, and a Vagrantfile is a ruby script,
which can easily read YAML.  Going this route means that Vagrantfile can
ultimately be committed to git, and the configuration will happen all via
Python dicts output as YAML.  That makes it drastically easier to follow
the code, and to make modifications.
.gitignore
buildserver/provision-apt-proxy [new file with mode: 0644]
makebuildserver