[mapguide-commits] r5253 - trunk/Installer/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 7 06:05:07 EDT 2010


Author: trevorwekel
Date: 2010-10-07 10:05:07 +0000 (Thu, 07 Oct 2010)
New Revision: 5253

Modified:
   trunk/Installer/scripts/dpkgmapguide.sh
   trunk/Installer/scripts/mginstallubuntu.sh
Log:
Fixups for 2.2.0 RC1 Ubuntu build


Modified: trunk/Installer/scripts/dpkgmapguide.sh
===================================================================
--- trunk/Installer/scripts/dpkgmapguide.sh	2010-10-07 03:35:11 UTC (rev 5252)
+++ trunk/Installer/scripts/dpkgmapguide.sh	2010-10-07 10:05:07 UTC (rev 5253)
@@ -124,7 +124,7 @@
 cat > debian/changelog <<END-OF-CHANGELOG
 mapguideopensource-src (${MGBUILD}-${BUILDNUM}) experimental; urgency=low
 
-  * Beta build.
+  * 2.2.0 Release Candidate 1
 
  -- MapGuide Internals Mail List <mapguide-internals at lists.osgeo.org>  ${CURRTIME}
 END-OF-CHANGELOG

Modified: trunk/Installer/scripts/mginstallubuntu.sh
===================================================================
--- trunk/Installer/scripts/mginstallubuntu.sh	2010-10-07 03:35:11 UTC (rev 5252)
+++ trunk/Installer/scripts/mginstallubuntu.sh	2010-10-07 10:05:07 UTC (rev 5253)
@@ -1,9 +1,9 @@
 #!/bin/bash
 TEMPDIR=/tmp/build_mapguide
-URL="http://download.osgeo.org/mapguide/releases/2.2.0/Beta"
-FDOVER=3.5.0-5460_i386
-MGVER=2.2.0-4898_i386
-MAESTROVER=2.0.0-4650_i386
+URL="http://download.osgeo.org/mapguide/releases/2.2.0/RC1/ubuntu9"
+FDOVER=3.5.0-5667_i386
+MGVER=2.2.0-5197_i386
+#MAESTROVER=2.0.0-4650_i386
 # Create temporary download directory
 mkdir -p ${TEMPDIR}
 pushd ${TEMPDIR}
@@ -48,7 +48,7 @@
 done
 
 # Download Ubuntu package for Maestro
-wget -N ${URL}/mapguideopensource-maestro_${MAESTROVER}.deb
+#wget -N ${URL}/mapguideopensource-maestro_${MAESTROVER}.deb
 
 # Install Ubuntu packages for FDO
 for file in core gdal kingoracle ogr postgis rdbms sdf shp sqlite wfs wms
@@ -62,8 +62,13 @@
   dpkg -E -G --install mapguideopensource-${file}_${MGVER}.deb
 done
 
+# Create lock file directory for Server
+if [ ! -d /var/lock/mgserver ]; then
+  mkdir /var/lock/mgserver
+fi
+
 # Install Ubuntu Package for Maestro
-dpkg -E -G --install mapguideopensource-maestro_${MAESTROVER}.deb
+#dpkg -E -G --install mapguideopensource-maestro_${MAESTROVER}.deb
 
 popd
 



More information about the mapguide-commits mailing list