[mapguide-commits] r9371 - branches/3.1/vagrant/scripts

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 23 06:05:37 PDT 2018


Author: jng
Date: 2018-03-23 06:05:37 -0700 (Fri, 23 Mar 2018)
New Revision: 9371

Modified:
   branches/3.1/vagrant/scripts/mginstallubuntu.sh
Log:
Fix unbound variable errors that were failing our ubuntu smoke tests and was why 3.1.1 RC was blocked.

Modified: branches/3.1/vagrant/scripts/mginstallubuntu.sh
===================================================================
--- branches/3.1/vagrant/scripts/mginstallubuntu.sh	2018-03-14 16:59:13 UTC (rev 9370)
+++ branches/3.1/vagrant/scripts/mginstallubuntu.sh	2018-03-23 13:05:37 UTC (rev 9371)
@@ -4,6 +4,10 @@
 set -euf
 
 HEADLESS=0
+NO_SERVICE_INSTALL=0
+NO_MGSERVER_START=0
+NO_TOMCAT_START=0
+NO_HTTPD_START=0
 TEMPDIR=/tmp/install_mapguide
 URL_HOST="http://download.osgeo.org"
 URL_RELPATH="/mapguide/releases"



More information about the mapguide-commits mailing list