[mapguide-commits] r8731 - in branches/2.6/vagrant: centos/x64 centos/x86 scripts ubuntu/x64 ubuntu/x86

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Aug 2 02:23:52 PDT 2015


Author: jng
Date: 2015-08-02 02:23:52 -0700 (Sun, 02 Aug 2015)
New Revision: 8731

Modified:
   branches/2.6/vagrant/centos/x64/Vagrantfile
   branches/2.6/vagrant/centos/x86/Vagrantfile
   branches/2.6/vagrant/scripts/build.sh
   branches/2.6/vagrant/scripts/build_fdo.sh
   branches/2.6/vagrant/scripts/dpkgfdocore.sh
   branches/2.6/vagrant/scripts/dpkgfdoprovider.sh
   branches/2.6/vagrant/ubuntu/x64/Vagrantfile
   branches/2.6/vagrant/ubuntu/x86/Vagrantfile
Log:
Roll back FDO version to 3.9.0

Modified: branches/2.6/vagrant/centos/x64/Vagrantfile
===================================================================
--- branches/2.6/vagrant/centos/x64/Vagrantfile	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/centos/x64/Vagrantfile	2015-08-02 09:23:52 UTC (rev 8731)
@@ -153,7 +153,7 @@
 SCRIPT_ROOT=~/scripts
 FDO_SRC_ROOT=~/fdo/branches
 FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.1
+FDO_VER_FULL=${FDO_VER_MM}.0
 MG_VER_MM=2.6
 MG_VER_FULL=${MG_VER_MM}.1
 FDO_SRC_DIR=3.9

Modified: branches/2.6/vagrant/centos/x86/Vagrantfile
===================================================================
--- branches/2.6/vagrant/centos/x86/Vagrantfile	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/centos/x86/Vagrantfile	2015-08-02 09:23:52 UTC (rev 8731)
@@ -153,7 +153,7 @@
 SCRIPT_ROOT=~/scripts
 FDO_SRC_ROOT=~/fdo/branches
 FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.1
+FDO_VER_FULL=${FDO_VER_MM}.0
 MG_VER_MM=2.6
 MG_VER_FULL=${MG_VER_MM}.1
 FDO_SRC_DIR=3.9

Modified: branches/2.6/vagrant/scripts/build.sh
===================================================================
--- branches/2.6/vagrant/scripts/build.sh	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/scripts/build.sh	2015-08-02 09:23:52 UTC (rev 8731)
@@ -17,7 +17,7 @@
 SVNROOT=/home/vagrant
 #SVNROOT="svn://svn.bld.mgproto.net"
 #SVNROOT="http://svn.osgeo.org"
-SVNRELPATH=/mapguide/branches/3.0/MgDev
+SVNRELPATH=/mapguide/branches/2.6/MgDev
 MY_MAKE_OPTS="-j 2"
 UBUNTU=0
 PRESERVE_BUILD_ROOT=1

Modified: branches/2.6/vagrant/scripts/build_fdo.sh
===================================================================
--- branches/2.6/vagrant/scripts/build_fdo.sh	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/scripts/build_fdo.sh	2015-08-02 09:23:52 UTC (rev 8731)
@@ -14,7 +14,7 @@
 # FDO version. Make sure this matches your FDO build source
 FDO_VER_MAJOR=3
 FDO_VER_MINOR=9
-FDO_VER_REV=1
+FDO_VER_REV=0
 
 # Extra flags to pass to FDO build scripts
 FDO_BUILD_FLAGS=

Modified: branches/2.6/vagrant/scripts/dpkgfdocore.sh
===================================================================
--- branches/2.6/vagrant/scripts/dpkgfdocore.sh	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/scripts/dpkgfdocore.sh	2015-08-02 09:23:52 UTC (rev 8731)
@@ -12,7 +12,7 @@
 #       symbols - symbols file generated from dpkg-gensymbols
 # 
 BUILDROOT=`pwd`
-FDOBUILD=3.9.1
+FDOBUILD=3.9.0
 FDO=usr/local/fdo-${FDOBUILD}
 ROOT=${BUILDROOT}/debian/fdocore
 TREE=${BUILDROOT}/debian

Modified: branches/2.6/vagrant/scripts/dpkgfdoprovider.sh
===================================================================
--- branches/2.6/vagrant/scripts/dpkgfdoprovider.sh	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/scripts/dpkgfdoprovider.sh	2015-08-02 09:23:52 UTC (rev 8731)
@@ -62,7 +62,7 @@
 
 
 BUILDROOT=`pwd`
-FDOBUILD=3.9.1
+FDOBUILD=3.9.0
 FDO=usr/local/fdo-${FDOBUILD}
 ROOT=${BUILDROOT}/debian/fdo${PROVIDER}
 CPROOT=${ROOT}/${FDO}

Modified: branches/2.6/vagrant/ubuntu/x64/Vagrantfile
===================================================================
--- branches/2.6/vagrant/ubuntu/x64/Vagrantfile	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/ubuntu/x64/Vagrantfile	2015-08-02 09:23:52 UTC (rev 8731)
@@ -145,7 +145,7 @@
 SCRIPT_ROOT=~/scripts
 FDO_SRC_ROOT=~/fdo/branches
 FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.1
+FDO_VER_FULL=${FDO_VER_MM}.0
 MG_VER_MM=2.6
 MG_VER_FULL=${MG_VER_MM}.1
 FDO_SRC_DIR=3.9

Modified: branches/2.6/vagrant/ubuntu/x86/Vagrantfile
===================================================================
--- branches/2.6/vagrant/ubuntu/x86/Vagrantfile	2015-07-31 14:04:32 UTC (rev 8730)
+++ branches/2.6/vagrant/ubuntu/x86/Vagrantfile	2015-08-02 09:23:52 UTC (rev 8731)
@@ -145,7 +145,7 @@
 SCRIPT_ROOT=~/scripts
 FDO_SRC_ROOT=~/fdo/branches
 FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.1
+FDO_VER_FULL=${FDO_VER_MM}.0
 MG_VER_MM=2.6
 MG_VER_FULL=${MG_VER_MM}.1
 FDO_SRC_DIR=3.9



More information about the mapguide-commits mailing list