[postgis-tickets] r16257 - Change to have MAKE_GARDEN, MAKE_EXTENSION, DUMP_RESTORE be set in script instead of the job. Already took these out of the job.
Regina Obe
lr at pcorp.us
Thu Jan 11 08:35:51 PST 2018
Author: robe
Date: 2018-01-11 08:35:51 -0800 (Thu, 11 Jan 2018)
New Revision: 16257
Modified:
trunk/ci/debbie/postgis_regress.sh
Log:
Change to have MAKE_GARDEN, MAKE_EXTENSION, DUMP_RESTORE be set in script instead of the job. Already took these out of the job.
That way people don't need to touch jenkins to fiddle with these and these aren't part of matrix (or needed to be known by postgres pre-launch)
Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh 2018-01-11 14:48:50 UTC (rev 16256)
+++ trunk/ci/debbie/postgis_regress.sh 2018-01-11 16:35:51 UTC (rev 16257)
@@ -11,9 +11,9 @@
# export JENKINS_HOME=/var/lib/jenkins/workspace
# export GEOS_VER=3.6.0dev
# export GDAL_VER=2.0
-# export MAKE_GARDEN=1
-# export MAKE_EXTENSION=0
-# export DUMP_RESTORE=1
+export MAKE_GARDEN=0
+export MAKE_EXTENSION=1
+export DUMP_RESTORE=0
## end variables passed in by jenkins
More information about the postgis-tickets
mailing list