[postgis-tickets] r16192 - fix export url for trunk

Regina Obe lr at pcorp.us
Thu Dec 28 12:05:54 PST 2017


Author: robe
Date: 2017-12-28 00:05:54 -0800 (Thu, 28 Dec 2017)
New Revision: 16192

Modified:
   trunk/ci/winnie/package_postgis.sh
Log:
fix export url for trunk

Modified: trunk/ci/winnie/package_postgis.sh
===================================================================
--- trunk/ci/winnie/package_postgis.sh	2017-12-28 04:12:31 UTC (rev 16191)
+++ trunk/ci/winnie/package_postgis.sh	2017-12-28 08:05:54 UTC (rev 16192)
@@ -58,7 +58,7 @@
 	export svnurl="http://svn.osgeo.org/postgis/tags/${POSTGIS_MINOR_VER}.${POSTGIS_MICRO_VERSION}"
 fi;
 
-if [[ "$POSTGIS_MINOR_VER"  == 2.3 ]] ; then
+if [[ "$reference"  == *trunk*]] ; then
 	export svnurl="http://svn.osgeo.org/postgis/trunk"
 fi;
 #export POSTGIS_SRC=${PROJECTS}/postgis/trunk



More information about the postgis-tickets mailing list