mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
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.
This commit is contained in:
parent
2e1ec71404
commit
d4c6fffb30
5 changed files with 81 additions and 91 deletions
2
buildserver/.gitignore
vendored
2
buildserver/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
.vagrant
|
||||
up.log
|
||||
cache/
|
||||
Vagrantfile
|
||||
Vagrantfile.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue