[mapguide-commits] r9381 - in branches/3.1/vagrant: centos6/x64 centos6/x86 ubuntu14/x64 ubuntu14/x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Apr 1 23:42:38 PDT 2018


Author: jng
Date: 2018-04-01 23:42:38 -0700 (Sun, 01 Apr 2018)
New Revision: 9381

Modified:
   branches/3.1/vagrant/centos6/x64/Vagrantfile
   branches/3.1/vagrant/centos6/x86/Vagrantfile
   branches/3.1/vagrant/ubuntu14/x64/Vagrantfile
   branches/3.1/vagrant/ubuntu14/x86/Vagrantfile
Log:
Update for 3.1.1 Final

Modified: branches/3.1/vagrant/centos6/x64/Vagrantfile
===================================================================
--- branches/3.1/vagrant/centos6/x64/Vagrantfile	2018-04-01 17:26:49 UTC (rev 9380)
+++ branches/3.1/vagrant/centos6/x64/Vagrantfile	2018-04-02 06:42:38 UTC (rev 9381)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "amd64", "RC", "centos6", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "amd64", "Final", "centos6", 1, 1]
 end

Modified: branches/3.1/vagrant/centos6/x86/Vagrantfile
===================================================================
--- branches/3.1/vagrant/centos6/x86/Vagrantfile	2018-04-01 17:26:49 UTC (rev 9380)
+++ branches/3.1/vagrant/centos6/x86/Vagrantfile	2018-04-02 06:42:38 UTC (rev 9381)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "i386", "RC", "centos6", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "i386", "Final", "centos6", 1, 1]
 end

Modified: branches/3.1/vagrant/ubuntu14/x64/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu14/x64/Vagrantfile	2018-04-01 17:26:49 UTC (rev 9380)
+++ branches/3.1/vagrant/ubuntu14/x64/Vagrantfile	2018-04-02 06:42:38 UTC (rev 9381)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "amd64", "RC", "ubuntu14", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "amd64", "Final", "ubuntu14", 1, 1]
 end

Modified: branches/3.1/vagrant/ubuntu14/x86/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu14/x86/Vagrantfile	2018-04-01 17:26:49 UTC (rev 9380)
+++ branches/3.1/vagrant/ubuntu14/x86/Vagrantfile	2018-04-02 06:42:38 UTC (rev 9381)
@@ -124,5 +124,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "../../scripts/provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "i386", "RC", "ubuntu14", 1, 1]
+    args: [4, 1, 0, 3, 1, 1, "4.1", "3.1", "i386", "Final", "ubuntu14", 1, 1]
 end



More information about the mapguide-commits mailing list