[mapguide-commits] r8690 - branches/3.0/vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 15 07:37:05 PDT 2015


Author: jng
Date: 2015-06-15 07:37:04 -0700 (Mon, 15 Jun 2015)
New Revision: 8690

Modified:
   branches/3.0/vagrant/scripts/mginstallcentos.sh
   branches/3.0/vagrant/scripts/mginstallubuntu.sh
Log:
Update scripts for RC1

Modified: branches/3.0/vagrant/scripts/mginstallcentos.sh
===================================================================
--- branches/3.0/vagrant/scripts/mginstallcentos.sh	2015-06-10 14:43:27 UTC (rev 8689)
+++ branches/3.0/vagrant/scripts/mginstallcentos.sh	2015-06-15 14:37:04 UTC (rev 8690)
@@ -1,5 +1,5 @@
 #!/bin/bash
-URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/Beta2"
+URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/RC1"
 URL_PART="centos"
 URL="$URL_ROOT/$URL_PART"
 #URL="http://192.168.0.4/downloads"

Modified: branches/3.0/vagrant/scripts/mginstallubuntu.sh
===================================================================
--- branches/3.0/vagrant/scripts/mginstallubuntu.sh	2015-06-10 14:43:27 UTC (rev 8689)
+++ branches/3.0/vagrant/scripts/mginstallubuntu.sh	2015-06-15 14:37:04 UTC (rev 8690)
@@ -1,6 +1,6 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/Beta2"
+URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/RC1"
 URL_PART="ubuntu12"
 URL="$URL_ROOT/$URL_PART"
 #URL="http://192.168.0.5/downloads/ubuntu12"



More information about the mapguide-commits mailing list