mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: force a known-good version of chef
This forces the release channel and version of chef-solo to install on the guest VM. I was getting really massive, odd stacktraces without specifying this, and chef is only used for Kivy now anyway.
This commit is contained in:
parent
dc2f53b48c
commit
b717271c61
1 changed files with 2 additions and 0 deletions
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
|
@ -49,6 +49,8 @@ Vagrant.configure("2") do |config|
|
|||
args: [configfile['debian_mirror']]
|
||||
|
||||
config.vm.provision :chef_solo do |chef|
|
||||
chef.channel = "stable"
|
||||
chef.version = "12.10.24"
|
||||
chef.cookbooks_path = "cookbooks"
|
||||
chef.log_level = :debug
|
||||
chef.add_recipe "kivy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue