[mapguide-commits] r8720 - in branches/2.6/vagrant: centos/src_update centos/x64 centos/x86 scripts ubuntu/x64 ubuntu/x86
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Jul 27 05:33:30 PDT 2015
Author: jng
Date: 2015-07-27 05:33:30 -0700 (Mon, 27 Jul 2015)
New Revision: 8720
Modified:
branches/2.6/vagrant/centos/src_update/Vagrantfile
branches/2.6/vagrant/centos/x64/Vagrantfile
branches/2.6/vagrant/centos/x86/Vagrantfile
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/scripts/dpkgmapguide.sh
branches/2.6/vagrant/scripts/mginstallcentos.sh
branches/2.6/vagrant/scripts/mginstallubuntu.sh
branches/2.6/vagrant/scripts/mguninstallcentos.sh
branches/2.6/vagrant/ubuntu/x64/Vagrantfile
branches/2.6/vagrant/ubuntu/x86/Vagrantfile
Log:
Change FDO version to 3.9.1
Modified: branches/2.6/vagrant/centos/src_update/Vagrantfile
===================================================================
--- branches/2.6/vagrant/centos/src_update/Vagrantfile 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/centos/src_update/Vagrantfile 2015-07-27 12:33:30 UTC (rev 8720)
@@ -137,7 +137,7 @@
MAKE_FDO_SDK=0
FDO_SRC_ROOT=~/fdo/branches
FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.0
+FDO_VER_FULL=${FDO_VER_MM}.1
MG_VER_MM=2.6
MG_VER_FULL=${MG_VER_MM}.1
FDO_SRC_DIR=3.9
Modified: branches/2.6/vagrant/centos/x64/Vagrantfile
===================================================================
--- branches/2.6/vagrant/centos/x64/Vagrantfile 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/centos/x64/Vagrantfile 2015-07-27 12:33:30 UTC (rev 8720)
@@ -153,7 +153,7 @@
SCRIPT_ROOT=~/scripts
FDO_SRC_ROOT=~/fdo/branches
FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.0
+FDO_VER_FULL=${FDO_VER_MM}.1
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-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/centos/x86/Vagrantfile 2015-07-27 12:33:30 UTC (rev 8720)
@@ -153,7 +153,7 @@
SCRIPT_ROOT=~/scripts
FDO_SRC_ROOT=~/fdo/branches
FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.0
+FDO_VER_FULL=${FDO_VER_MM}.1
MG_VER_MM=2.6
MG_VER_FULL=${MG_VER_MM}.1
FDO_SRC_DIR=3.9
Modified: branches/2.6/vagrant/scripts/build_fdo.sh
===================================================================
--- branches/2.6/vagrant/scripts/build_fdo.sh 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/scripts/build_fdo.sh 2015-07-27 12:33:30 UTC (rev 8720)
@@ -12,9 +12,9 @@
FDO_BUILD_COMPONENT=
# FDO version. Make sure this matches your FDO build source
-FDO_VER_MAJOR=4
-FDO_VER_MINOR=0
-FDO_VER_REV=0
+FDO_VER_MAJOR=3
+FDO_VER_MINOR=9
+FDO_VER_REV=1
# 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-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/scripts/dpkgfdocore.sh 2015-07-27 12:33:30 UTC (rev 8720)
@@ -12,7 +12,7 @@
# symbols - symbols file generated from dpkg-gensymbols
#
BUILDROOT=`pwd`
-FDOBUILD=3.9.0
+FDOBUILD=3.9.1
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-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/scripts/dpkgfdoprovider.sh 2015-07-27 12:33:30 UTC (rev 8720)
@@ -62,7 +62,7 @@
BUILDROOT=`pwd`
-FDOBUILD=3.9.0
+FDOBUILD=3.9.1
FDO=usr/local/fdo-${FDOBUILD}
ROOT=${BUILDROOT}/debian/fdo${PROVIDER}
CPROOT=${ROOT}/${FDO}
Modified: branches/2.6/vagrant/scripts/dpkgmapguide.sh
===================================================================
--- branches/2.6/vagrant/scripts/dpkgmapguide.sh 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/scripts/dpkgmapguide.sh 2015-07-27 12:33:30 UTC (rev 8720)
@@ -50,7 +50,7 @@
BUILDROOT=`pwd`
MGBUILD=2.6.1
-FDOBUILD=3.9.0
+FDOBUILD=3.9.1
MGINST=usr/local/mapguideopensource-${MGBUILD}
CPROOT=${ROOT}/${MGINST}
Modified: branches/2.6/vagrant/scripts/mginstallcentos.sh
===================================================================
--- branches/2.6/vagrant/scripts/mginstallcentos.sh 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/scripts/mginstallcentos.sh 2015-07-27 12:33:30 UTC (rev 8720)
@@ -4,7 +4,7 @@
URL="$URL_ROOT/$URL_PART"
#URL="http://192.168.0.4/downloads"
FDOVER_MAJOR_MINOR=3.9
-FDOVER_POINT=0
+FDOVER_POINT=1
FDOVER_REV=0
FDO_ARCH=i386
FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.${FDOVER_POINT}
Modified: branches/2.6/vagrant/scripts/mginstallubuntu.sh
===================================================================
--- branches/2.6/vagrant/scripts/mginstallubuntu.sh 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/scripts/mginstallubuntu.sh 2015-07-27 12:33:30 UTC (rev 8720)
@@ -5,7 +5,7 @@
URL="$URL_ROOT/$URL_PART"
#URL="http://192.168.0.5/downloads/ubuntu12"
FDOVER_MAJOR_MINOR=3.9
-FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.0
+FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.1
FDOBUILD=0
FDOARCH=i386
FDOVER=${FDOVER_MAJOR_MINOR_REV}-${FDOBUILD}_${FDOARCH}
Modified: branches/2.6/vagrant/scripts/mguninstallcentos.sh
===================================================================
--- branches/2.6/vagrant/scripts/mguninstallcentos.sh 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/scripts/mguninstallcentos.sh 2015-07-27 12:33:30 UTC (rev 8720)
@@ -1,6 +1,6 @@
#!/bin/bash
FDOVER_MAJOR_MINOR=3.9
-FDOVER_POINT=0
+FDOVER_POINT=1
FDOVER_MAJOR_MINOR_REV=${FDOVER_MAJOR_MINOR}.${FDOVER_POINT}
MGVER_MAJOR_MINOR=2.6
MGVER_POINT=1
Modified: branches/2.6/vagrant/ubuntu/x64/Vagrantfile
===================================================================
--- branches/2.6/vagrant/ubuntu/x64/Vagrantfile 2015-07-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/ubuntu/x64/Vagrantfile 2015-07-27 12:33:30 UTC (rev 8720)
@@ -145,7 +145,7 @@
SCRIPT_ROOT=~/scripts
FDO_SRC_ROOT=~/fdo/branches
FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.0
+FDO_VER_FULL=${FDO_VER_MM}.1
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-27 12:26:06 UTC (rev 8719)
+++ branches/2.6/vagrant/ubuntu/x86/Vagrantfile 2015-07-27 12:33:30 UTC (rev 8720)
@@ -145,7 +145,7 @@
SCRIPT_ROOT=~/scripts
FDO_SRC_ROOT=~/fdo/branches
FDO_VER_MM=3.9
-FDO_VER_FULL=${FDO_VER_MM}.0
+FDO_VER_FULL=${FDO_VER_MM}.1
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