mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Set all VMs to not auto-update the tools.
The current version of the plugin is behaving weirdly.
(cherry picked from commit 2e74c462df)
This commit is contained in:
4
vagrant/centos-7/Vagrantfile
vendored
4
vagrant/centos-7/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
4
vagrant/debian-8/Vagrantfile
vendored
4
vagrant/debian-8/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
4
vagrant/debian-9/Vagrantfile
vendored
4
vagrant/debian-9/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
4
vagrant/fedora-26/Vagrantfile
vendored
4
vagrant/fedora-26/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
4
vagrant/fedora-27/Vagrantfile
vendored
4
vagrant/fedora-27/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
4
vagrant/ubuntu-14.04/Vagrantfile
vendored
4
vagrant/ubuntu-14.04/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
4
vagrant/ubuntu-16.04/Vagrantfile
vendored
4
vagrant/ubuntu-16.04/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
4
vagrant/ubuntu-18.04/Vagrantfile
vendored
4
vagrant/ubuntu-18.04/Vagrantfile
vendored
@@ -21,4 +21,8 @@ Vagrant.configure("2") do |config|
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# set auto_update to false, if you do NOT want to check the correct
|
||||
# additions version when booting this machine
|
||||
config.vbguest.auto_update = false
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user