[mapguide-commits] r5730 - branches/2.2/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Apr 30 10:25:58 EDT 2011


Author: trevorwekel
Date: 2011-04-30 07:25:58 -0700 (Sat, 30 Apr 2011)
New Revision: 5730

Modified:
   branches/2.2/Installer/scripts/dpkgmapguide.sh
   branches/2.2/Installer/scripts/mginstallubuntu.sh
Log:
Ubuntu script updates for MapGuide 2.2 release


Modified: branches/2.2/Installer/scripts/dpkgmapguide.sh
===================================================================
--- branches/2.2/Installer/scripts/dpkgmapguide.sh	2011-04-29 14:29:13 UTC (rev 5729)
+++ branches/2.2/Installer/scripts/dpkgmapguide.sh	2011-04-30 14:25:58 UTC (rev 5730)
@@ -124,7 +124,7 @@
 cat > debian/changelog <<END-OF-CHANGELOG
 mapguideopensource-src (${MGBUILD}-${BUILDNUM}) experimental; urgency=low
 
-  * 2.2.0 Release Candidate 3
+  * 2.2.0 Official Release
 
  -- MapGuide Internals Mail List <mapguide-internals at lists.osgeo.org>  ${CURRTIME}
 END-OF-CHANGELOG

Modified: branches/2.2/Installer/scripts/mginstallubuntu.sh
===================================================================
--- branches/2.2/Installer/scripts/mginstallubuntu.sh	2011-04-29 14:29:13 UTC (rev 5729)
+++ branches/2.2/Installer/scripts/mginstallubuntu.sh	2011-04-30 14:25:58 UTC (rev 5730)
@@ -1,8 +1,8 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL="http://download.osgeo.org/mapguide/releases/2.2.0/RC3/ubuntu9"
+URL="http://download.osgeo.org/mapguide/releases/2.2.0/Release/ubuntu9"
 FDOVER=3.5.0-5667_i386
-MGVER=2.2.0-5518_i386
+MGVER=2.2.0-5703_i386
 #MAESTROVER=2.0.0-4650_i386
 # Create temporary download directory
 mkdir -p ${TEMPDIR}



More information about the mapguide-commits mailing list