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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Feb 8 20:41:29 PST 2014


Author: jng
Date: 2014-02-08 20:41:29 -0800 (Sat, 08 Feb 2014)
New Revision: 7976

Modified:
   trunk/Installer/scripts/build.sh
Log:
Update trunk linux build script from 2.5

Modified: trunk/Installer/scripts/build.sh
===================================================================
--- trunk/Installer/scripts/build.sh	2014-02-09 04:39:28 UTC (rev 7975)
+++ trunk/Installer/scripts/build.sh	2014-02-09 04:41:29 UTC (rev 7976)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Global vars for this script. Modify as necessary
-APIVERSION=2.5
+APIVERSION=2.6
 BUILDNUM=${APIVERSION}.0
 BUILDROOT=`pwd`
 INSTALLROOT=/usr/local/mapguideopensource-${BUILDNUM}
@@ -12,11 +12,10 @@
 # Use LOCALSVN=1 if you want to build from an existing copy instead of building
 # from an export (saves bandwidth and faster)
 LOCALSVN=1
-SVNROOT=/home/user
-#SVNRELPATH=/mg-2.4/MgDev
+SVNROOT=/home/mgbuild
 #SVNROOT="svn://svn.bld.mgproto.net"
 #SVNROOT="http://svn.osgeo.org"
-SVNRELPATH=/mapguide/branches/2.5/MgDev
+SVNRELPATH=/mapguide/trunk/MgDev
 MY_MAKE_OPTS="-j 4"
 UBUNTU=1
 PRESERVE_BUILD_ROOT=1



More information about the mapguide-commits mailing list