From 621a7ffadce67efff4e03a6cfdef7e7d92bd8733 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 28 Dec 2017 08:05:54 +0000 Subject: [PATCH] fix export url for trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@16192 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/winnie/package_postgis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh index 92d68ae9f..b06eadeb6 100644 --- a/ci/winnie/package_postgis.sh +++ b/ci/winnie/package_postgis.sh @@ -58,7 +58,7 @@ else 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 -- 2.40.0