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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue May 12 04:49:43 PDT 2015


Author: jng
Date: 2015-05-12 04:49:43 -0700 (Tue, 12 May 2015)
New Revision: 8660

Modified:
   branches/3.0/vagrant/scripts/mginstallcentos.sh
   branches/3.0/vagrant/scripts/mginstallubuntu.sh
Log:
Update download URLs for beta 2

Modified: branches/3.0/vagrant/scripts/mginstallcentos.sh
===================================================================
--- branches/3.0/vagrant/scripts/mginstallcentos.sh	2015-05-12 11:41:52 UTC (rev 8659)
+++ branches/3.0/vagrant/scripts/mginstallcentos.sh	2015-05-12 11:49:43 UTC (rev 8660)
@@ -1,5 +1,5 @@
 #!/bin/bash
-URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/Beta1"
+URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/Beta2"
 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-05-12 11:41:52 UTC (rev 8659)
+++ branches/3.0/vagrant/scripts/mginstallubuntu.sh	2015-05-12 11:49:43 UTC (rev 8660)
@@ -1,6 +1,6 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/Beta1"
+URL_ROOT="http://download.osgeo.org/mapguide/releases/3.0.0/Beta2"
 URL_PART="ubuntu12"
 URL="$URL_ROOT/$URL_PART"
 #URL="http://192.168.0.5/downloads/ubuntu12"



More information about the mapguide-commits mailing list