Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created VSIError to report VSI errors. #98

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added autotest to vagrant sync folders
lossyrob committed Mar 20, 2016
commit 213ec02e49f22b54346c95eaa0f03f6398071597
6 changes: 4 additions & 2 deletions gdal/Vagrantfile
Original file line number Diff line number Diff line change
@@ -16,15 +16,17 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.hostname = "gdal-vagrant"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.vm.host_name = "gdal-vagrant"

config.vm.network :forwarded_port, guest: 80, host: 8080

config.vm.synced_folder "../autotest/", "/home/vagrant/autotest/"

config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", vm_ram]
vb.customize ["modifyvm", :id, "--cpus", vm_cpu]
vb.customize ["modifyvm", :id, "--ioapic", "on"]
vb.name = "gdal-vagrant"
end
end

ppaRepos = [
"ppa:ubuntugis/ubuntugis-unstable", "ppa:marlam/gta"