[mapguide-commits] r8953 - in branches/3.0/vagrant/ubuntu14: x64 x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 10 09:28:47 PDT 2016


Author: jng
Date: 2016-05-10 09:28:47 -0700 (Tue, 10 May 2016)
New Revision: 8953

Modified:
   branches/3.0/vagrant/ubuntu14/x64/Vagrantfile
   branches/3.0/vagrant/ubuntu14/x86/Vagrantfile
Log:
Fix incorrect distro

Modified: branches/3.0/vagrant/ubuntu14/x64/Vagrantfile
===================================================================
--- branches/3.0/vagrant/ubuntu14/x64/Vagrantfile	2016-05-10 16:26:47 UTC (rev 8952)
+++ branches/3.0/vagrant/ubuntu14/x64/Vagrantfile	2016-05-10 16:28:47 UTC (rev 8953)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 0, 0, 3, 0, 1, "4.0", "3.0", "amd64", "Final", "ubuntu12", 1, 1]
+    args: [4, 0, 0, 3, 0, 1, "4.0", "3.0", "amd64", "Final", "ubuntu14", 1, 1]
 end

Modified: branches/3.0/vagrant/ubuntu14/x86/Vagrantfile
===================================================================
--- branches/3.0/vagrant/ubuntu14/x86/Vagrantfile	2016-05-10 16:26:47 UTC (rev 8952)
+++ branches/3.0/vagrant/ubuntu14/x86/Vagrantfile	2016-05-10 16:28:47 UTC (rev 8953)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 0, 0, 3, 0, 1, "4.0", "3.0", "i386", "Final", "ubuntu12", 1, 1]
+    args: [4, 0, 0, 3, 0, 1, "4.0", "3.0", "i386", "Final", "ubuntu14", 1, 1]
 end



More information about the mapguide-commits mailing list