[mapguide-commits] r7398 - branches/2.5/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Mar 16 10:36:45 PDT 2013


Author: jng
Date: 2013-03-16 10:36:45 -0700 (Sat, 16 Mar 2013)
New Revision: 7398

Modified:
   branches/2.5/Installer/scripts/mginstallcentos.sh
   branches/2.5/Installer/scripts/mginstallubuntu.sh
Log:
Linux installer script updates for RC1

Modified: branches/2.5/Installer/scripts/mginstallcentos.sh
===================================================================
--- branches/2.5/Installer/scripts/mginstallcentos.sh	2013-03-14 13:36:26 UTC (rev 7397)
+++ branches/2.5/Installer/scripts/mginstallcentos.sh	2013-03-16 17:36:45 UTC (rev 7398)
@@ -1,12 +1,12 @@
 #!/bin/bash
-URL="http://download.osgeo.org/mapguide/releases/2.5.0/Beta1"
-#URL="http://192.168.0.4/downloads"
+URL="http://download.osgeo.org/mapguide/releases/2.5.0/RC1"
+#URL="http://192.168.0.6/downloads"
 FDOVER_MAJOR_MINOR=3.8
 FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
-FDOVER=${FDOVER_MAJOR_MINOR_REV}_14601
+FDOVER=${FDOVER_MAJOR_MINOR_REV}_3601
 MGVER_MAJOR_MINOR=2.5
 MGVER_MAJOR_MINOR_REV=${MGVER_MAJOR_MINOR}.0
-MGVER=${MGVER_MAJOR_MINOR_REV}.7345
+MGVER=${MGVER_MAJOR_MINOR_REV}.7396
 FDO_TARBALL=fdosdk-centos5-${FDOVER}.tar.gz
 MG_TARBALL=mapguideopensource-${MGVER}.tar.gz
 MG_URL=${URL}/${MG_TARBALL}

Modified: branches/2.5/Installer/scripts/mginstallubuntu.sh
===================================================================
--- branches/2.5/Installer/scripts/mginstallubuntu.sh	2013-03-14 13:36:26 UTC (rev 7397)
+++ branches/2.5/Installer/scripts/mginstallubuntu.sh	2013-03-16 17:36:45 UTC (rev 7398)
@@ -1,14 +1,14 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL="http://download.osgeo.org/mapguide/releases/2.5.0/Beta1/ubuntu12"
-#URL="http://192.168.0.4/downloads/ubuntu12"
+URL="http://download.osgeo.org/mapguide/releases/2.5.0/RC1/ubuntu12"
+#URL="http://192.168.0.6/downloads/ubuntu12"
 FDOVER_MAJOR_MINOR=3.8
 FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
-FDOBUILD=14601
+FDOBUILD=3601
 FDOVER=${FDOVER_MAJOR_MINOR_REV}-${FDOBUILD}_i386
 MGVER_MAJOR_MINOR=2.5
 MGVER_MAJOR_MINOR_REV=${MGVER_MAJOR_MINOR}.0
-MGBUILD=7345
+MGBUILD=7396
 MGVER=${MGVER_MAJOR_MINOR_REV}-${MGBUILD}_i386
 
 # Must have root



More information about the mapguide-commits mailing list