You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jc...@apache.org on 2016/04/18 17:41:25 UTC

aurora git commit: Add an explicit box version to Vagrantfile.

Repository: aurora
Updated Branches:
  refs/heads/master 81f52e4ae -> e543415d2


Add an explicit box version to Vagrantfile.

Bugs closed: AURORA-1667

Reviewed at https://reviews.apache.org/r/46335/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/e543415d
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/e543415d
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/e543415d

Branch: refs/heads/master
Commit: e543415d276a6ac769545ab4ce4d88ddfbe9a746
Parents: 81f52e4
Author: Joshua Cohen <jc...@apache.org>
Authored: Mon Apr 18 10:41:02 2016 -0500
Committer: Joshua Cohen <jc...@apache.org>
Committed: Mon Apr 18 10:41:02 2016 -0500

----------------------------------------------------------------------
 Vagrantfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/e543415d/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 4ebf7d9..606dfa4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -25,6 +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.4"
 
   config.vm.define "devcluster" do |dev|
     dev.vm.network :private_network, ip: "192.168.33.7"