aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ethereum/ethash/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ethereum/ethash/Vagrantfile')
-rw-r--r--vendor/github.com/ethereum/ethash/Vagrantfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/ethereum/ethash/Vagrantfile b/vendor/github.com/ethereum/ethash/Vagrantfile
new file mode 100644
index 000000000..03891653f
--- /dev/null
+++ b/vendor/github.com/ethereum/ethash/Vagrantfile
@@ -0,0 +1,7 @@
+# -*- mode: ruby -*-
+# vi: set ft=ruby :
+
+Vagrant.configure(2) do |config|
+ config.vm.box = "Ubuntu 12.04"
+ config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box"
+end