[GRASS-SVN] r73296 - grass/branches/releasebranch_7_6

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 8 02:37:07 PDT 2018


Author: martinl
Date: 2018-09-08 02:37:07 -0700 (Sat, 08 Sep 2018)
New Revision: 73296

Modified:
   grass/branches/releasebranch_7_6/Vagrantfile
Log:
vagrafile: switch to bionic

Modified: grass/branches/releasebranch_7_6/Vagrantfile
===================================================================
--- grass/branches/releasebranch_7_6/Vagrantfile	2018-09-08 09:22:32 UTC (rev 73295)
+++ grass/branches/releasebranch_7_6/Vagrantfile	2018-09-08 09:37:07 UTC (rev 73296)
@@ -13,10 +13,10 @@
   vm_ram = ENV['VAGRANT_VM_RAM'] || 1024
   vm_cpu = ENV['VAGRANT_VM_CPU'] || 1
   
-  config.vm.box = "xenial64"
+  config.vm.box = "bionic64"
   
   config.vm.hostname = "grass-gis-vagrant"
-  config.vm.box_url = "https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-vagrant.box"
+  config.vm.box_url = "https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64-vagrant.box"
   config.vm.define "grass-gis-vagrant" do |host|
     
     config.vm.network :forwarded_port, guest: 80, host: 8080



More information about the grass-commit mailing list