[mapguide-commits] r8897 - in branches/3.0/vagrant: centos/x64 centos/x86 ubuntu/x64 ubuntu/x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Mar 31 03:38:17 PDT 2016


Author: jng
Date: 2016-03-31 03:38:17 -0700 (Thu, 31 Mar 2016)
New Revision: 8897

Modified:
   branches/3.0/vagrant/centos/x64/Vagrantfile
   branches/3.0/vagrant/centos/x86/Vagrantfile
   branches/3.0/vagrant/ubuntu/x64/Vagrantfile
   branches/3.0/vagrant/ubuntu/x86/Vagrantfile
Log:
Update expected MG/FDO release version numbers

Modified: branches/3.0/vagrant/centos/x64/Vagrantfile
===================================================================
--- branches/3.0/vagrant/centos/x64/Vagrantfile	2016-03-31 10:05:53 UTC (rev 8896)
+++ branches/3.0/vagrant/centos/x64/Vagrantfile	2016-03-31 10:38:17 UTC (rev 8897)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_centos.sh",
-    args: [4, 0, 0, 3, 0, 0, "4.0", "3.0", "amd64"]
+    args: [4, 0, 1, 3, 0, 1, "4.0", "3.0", "amd64"]
 end

Modified: branches/3.0/vagrant/centos/x86/Vagrantfile
===================================================================
--- branches/3.0/vagrant/centos/x86/Vagrantfile	2016-03-31 10:05:53 UTC (rev 8896)
+++ branches/3.0/vagrant/centos/x86/Vagrantfile	2016-03-31 10:38:17 UTC (rev 8897)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_centos.sh",
-    args: [4, 0, 0, 3, 0, 0, "4.0", "3.0", "i386"]
+    args: [4, 0, 1, 3, 0, 1, "4.0", "3.0", "i386"]
 end

Modified: branches/3.0/vagrant/ubuntu/x64/Vagrantfile
===================================================================
--- branches/3.0/vagrant/ubuntu/x64/Vagrantfile	2016-03-31 10:05:53 UTC (rev 8896)
+++ branches/3.0/vagrant/ubuntu/x64/Vagrantfile	2016-03-31 10:38:17 UTC (rev 8897)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 0, 0, 3, 0, 0, "4.0", "3.0", "amd64"]
+    args: [4, 0, 1, 3, 0, 1, "4.0", "3.0", "amd64"]
 end

Modified: branches/3.0/vagrant/ubuntu/x86/Vagrantfile
===================================================================
--- branches/3.0/vagrant/ubuntu/x86/Vagrantfile	2016-03-31 10:05:53 UTC (rev 8896)
+++ branches/3.0/vagrant/ubuntu/x86/Vagrantfile	2016-03-31 10:38:17 UTC (rev 8897)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 0, 0, 3, 0, 0, "4.0", "3.0", "i386"]
+    args: [4, 0, 1, 3, 0, 1, "4.0", "3.0", "i386"]
 end



More information about the mapguide-commits mailing list