chiark / gitweb /
buildserver: buildserver/Vagrantfile is configed by .yaml file
authorHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 18:49:41 +0000 (20:49 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 21:54:52 +0000 (23:54 +0200)
commitd4c6fffb301ca1caa8af7d7e9fcba96350fe1354
tree64d3e7be92887aa04b24e8e147515df9f09f15f2
parent2e1ec71404a9f9577eb68971fff025d9f6036101
buildserver: buildserver/Vagrantfile is configed by .yaml file

Vagrantfile is now committed and not changed between configurations. It is
configed by translating the python config file's dict to a YAML file, which
Vagrantfile now loads and uses.  This makes it a lot easier for vagrant
users and python programmers to understand, and hopefully makes it easier
to maintain and test with.
.gitignore
buildserver/.gitignore
buildserver/Vagrantfile [new file with mode: 0644]
hooks/pre-commit
makebuildserver