[mapguide-commits] r8599 - trunk/Tools/Vagrant

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Mar 28 02:38:31 PDT 2015


Author: jng
Date: 2015-03-28 02:38:31 -0700 (Sat, 28 Mar 2015)
New Revision: 8599

Modified:
   trunk/Tools/Vagrant/verify.bat
Log:
#2520: Properly set download host for smoke test VMs

Modified: trunk/Tools/Vagrant/verify.bat
===================================================================
--- trunk/Tools/Vagrant/verify.bat	2015-03-28 09:18:49 UTC (rev 8598)
+++ trunk/Tools/Vagrant/verify.bat	2015-03-28 09:38:31 UTC (rev 8599)
@@ -13,6 +13,7 @@
 rem
 rem Requires the sed utility, which is part of GNU on Windows (https://github.com/bmatzelle/gow)
 
+IF "%DOWNLOAD_HOST%"=="" SET DOWNLOAD_HOST=192.168.0.6
 IF "%VERIFY_UBUNTU_32%"=="" SET VERIFY_UBUNTU_32=1
 IF "%VERIFY_UBUNTU_64%"=="" SET VERIFY_UBUNTU_64=1
 IF "%VERIFY_CENTOS_32%"=="" SET VERIFY_CENTOS_32=1
@@ -32,7 +33,7 @@
 pushd centos\test_x86
 SET COMPONENT=CentOS Build 32-bit
 echo [build]: MapGuide CentOS build 32-bit
-call vagrant up 2>&1 | tee up.log
+call vagrant up 2>&1 | tee smoke_test.log
 echo [build]: vagrant returned %errorlevel%
 if "%errorlevel%"=="1" goto error
 :destroy_centos_32
@@ -47,7 +48,7 @@
 pushd ubuntu\test_x86
 SET COMPONENT=Ubuntu Build 32-bit
 echo [build]: MapGuide Ubuntu build 32-bit
-call vagrant up 2>&1 | tee up.log
+call vagrant up 2>&1 | tee smoke_test.log
 echo [build]: vagrant returned %errorlevel%
 if "%errorlevel%"=="1" goto error
 :destroy_ubuntu_32
@@ -62,7 +63,7 @@
 pushd centos\test_x64
 SET COMPONENT=CentOS Build 64-bit
 echo [build]: MapGuide CentOS build 64-bit
-call vagrant up 2>&1 | tee up.log
+call vagrant up 2>&1 | tee smoke_test.log
 echo [build]: vagrant returned %errorlevel%
 if "%errorlevel%"=="1" goto error
 :destroy_centos_64
@@ -77,7 +78,7 @@
 pushd ubuntu\test_x64
 SET COMPONENT=Ubuntu Build 64-bit
 echo [build]: MapGuide Ubuntu build 64-bit
-call vagrant up 2>&1 | tee up.log
+call vagrant up 2>&1 | tee smoke_test.log
 echo [build]: vagrant returned %errorlevel%
 if "%errorlevel%"=="1" goto error
 :destroy_ubuntu_64



More information about the mapguide-commits mailing list