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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu May 12 09:06:27 PDT 2016


Author: jng
Date: 2016-05-12 09:06:27 -0700 (Thu, 12 May 2016)
New Revision: 8962

Modified:
   branches/3.1/vagrant/centos6/x64/Vagrantfile
   branches/3.1/vagrant/centos6/x86/Vagrantfile
   branches/3.1/vagrant/ubuntu12/x64/Vagrantfile
   branches/3.1/vagrant/ubuntu12/x86/Vagrantfile
   branches/3.1/vagrant/ubuntu14/x64/Vagrantfile
   branches/3.1/vagrant/ubuntu14/x86/Vagrantfile
Log:
Fix branch version numbers

Modified: branches/3.1/vagrant/centos6/x64/Vagrantfile
===================================================================
--- branches/3.1/vagrant/centos6/x64/Vagrantfile	2016-05-12 15:47:47 UTC (rev 8961)
+++ branches/3.1/vagrant/centos6/x64/Vagrantfile	2016-05-12 16:06:27 UTC (rev 8962)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "amd64", "Test", "centos6", 1, 1]
+    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "amd64", "Test", "centos6", 1, 1]
 end

Modified: branches/3.1/vagrant/centos6/x86/Vagrantfile
===================================================================
--- branches/3.1/vagrant/centos6/x86/Vagrantfile	2016-05-12 15:47:47 UTC (rev 8961)
+++ branches/3.1/vagrant/centos6/x86/Vagrantfile	2016-05-12 16:06:27 UTC (rev 8962)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_centos.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "i386", "Test", "centos6", 1, 1]
+    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "i386", "Test", "centos6", 1, 1]
 end

Modified: branches/3.1/vagrant/ubuntu12/x64/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu12/x64/Vagrantfile	2016-05-12 15:47:47 UTC (rev 8961)
+++ branches/3.1/vagrant/ubuntu12/x64/Vagrantfile	2016-05-12 16:06:27 UTC (rev 8962)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "amd64", "Test", "ubuntu12", 1, 1]
+    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "amd64", "Test", "ubuntu12", 1, 1]
 end

Modified: branches/3.1/vagrant/ubuntu12/x86/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu12/x86/Vagrantfile	2016-05-12 15:47:47 UTC (rev 8961)
+++ branches/3.1/vagrant/ubuntu12/x86/Vagrantfile	2016-05-12 16:06:27 UTC (rev 8962)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "i386", "Test", "ubuntu12", 1, 1]
+    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "i386", "Test", "ubuntu12", 1, 1]
 end

Modified: branches/3.1/vagrant/ubuntu14/x64/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu14/x64/Vagrantfile	2016-05-12 15:47:47 UTC (rev 8961)
+++ branches/3.1/vagrant/ubuntu14/x64/Vagrantfile	2016-05-12 16:06:27 UTC (rev 8962)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "amd64", "Test", "ubuntu14", 1, 1]
+    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "amd64", "Test", "ubuntu14", 1, 1]
 end

Modified: branches/3.1/vagrant/ubuntu14/x86/Vagrantfile
===================================================================
--- branches/3.1/vagrant/ubuntu14/x86/Vagrantfile	2016-05-12 15:47:47 UTC (rev 8961)
+++ branches/3.1/vagrant/ubuntu14/x86/Vagrantfile	2016-05-12 16:06:27 UTC (rev 8962)
@@ -119,5 +119,5 @@
   config.vm.provision "shell",
     privileged: false,
     path: "provision_ubuntu.sh",
-    args: [4, 1, 0, 3, 1, 0, "trunk", "trunk", "i386", "Test", "ubuntu14", 1, 1]
+    args: [4, 1, 0, 3, 1, 0, "4.1", "3.1", "i386", "Test", "ubuntu14", 1, 1]
 end



More information about the mapguide-commits mailing list