[mapguide-commits] r7031 - branches/2.4/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Sep 18 08:10:56 PDT 2012


Author: jng
Date: 2012-09-18 08:10:52 -0700 (Tue, 18 Sep 2012)
New Revision: 7031

Modified:
   branches/2.4/Installer/scripts/mginstallubuntu.sh
Log:
Update ubuntu12 debs for RC2

Modified: branches/2.4/Installer/scripts/mginstallubuntu.sh
===================================================================
--- branches/2.4/Installer/scripts/mginstallubuntu.sh	2012-09-18 13:18:05 UTC (rev 7030)
+++ branches/2.4/Installer/scripts/mginstallubuntu.sh	2012-09-18 15:10:52 UTC (rev 7031)
@@ -1,13 +1,12 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-#URL="http://download.osgeo.org/mapguide/releases/2.4.0/Beta1/ubuntu12"
-URL="http://192.168.0.3/downloads/ubuntu12"
+URL="http://download.osgeo.org/mapguide/releases/2.4.0/RC2/ubuntu12"
 FDOVER_MAJOR_MINOR=3.7
 FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
-FDOVER=${FDOVER_MAJOR_MINOR_REV}-6479_i386
+FDOVER=${FDOVER_MAJOR_MINOR_REV}-6577_i386
 MGVER_MAJOR_MINOR=2.4
 MGVER_MAJOR_MINOR_REV=${MGVER_MAJOR_MINOR}.0
-MGVER=${MGVER_MAJOR_MINOR_REV}-6757_i386
+MGVER=${MGVER_MAJOR_MINOR_REV}-6989_i386
 
 # Must have root
 if [[ $EUID -ne 0 ]]; then



More information about the mapguide-commits mailing list