Repository: aurora Updated Branches: refs/heads/master 793711f56 -> 8a9939f9e
Update vagrant to a working basebox. Reviewed at https://reviews.apache.org/r/53620/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/8a9939f9 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/8a9939f9 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/8a9939f9 Branch: refs/heads/master Commit: 8a9939f9e976a737c4bdbbb4713c755fa78c8e49 Parents: 793711f Author: Joshua Cohen <[email protected]> Authored: Wed Nov 9 14:59:22 2016 -0600 Committer: Joshua Cohen <[email protected]> Committed: Wed Nov 9 14:59:22 2016 -0600 ---------------------------------------------------------------------- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/8a9939f9/Vagrantfile ---------------------------------------------------------------------- diff --git a/Vagrantfile b/Vagrantfile index 7b05e20..c20c786 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,7 +25,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.hostname = "aurora.local" # See build-support/packer/README.md for instructions on updating this box. config.vm.box = "apache-aurora/dev-environment" - config.vm.box_version = "0.0.10" + config.vm.box_version = "0.0.11" config.vm.define "devcluster" do |dev| dev.vm.network :private_network, ip: "192.168.33.7", :auto_config => false
