From: Regina Obe Date: Sat, 22 Aug 2015 21:47:29 +0000 (+0000) Subject: hard-code to work with branches only -- will dificult tag later. X-Git-Tag: 2.2.0rc1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e975c8f8bcc0bc79db4d8cfd9a6032fdb5a32cb6;p=postgis hard-code to work with branches only -- will dificult tag later. git-svn-id: http://svn.osgeo.org/postgis/trunk@13979 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh index 8544c707c..00d457b83 100644 --- a/ci/debbie/postgis_regress.sh +++ b/ci/debbie/postgis_regress.sh @@ -31,13 +31,16 @@ export PGIS_REG_TMPDIR=${WORKSPACE}/tmp/${POSTGIS_MAJOR_VERSION}_${POSTGIS_MINOR echo $PGPORT echo ${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} -if [[ $POSTGIS_MICRO_VERSION == *SVN* || $POSTGIS_MICRO_VERSION == *dev* ]] -then - export POSTGIS_SRC=${PROJECTS}/postgis/branches/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} -else - #tagged version -- official release - export POSTGIS_SRC=${PROJECTS}/postgis/tags/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION} -fi; +## doesn't work for some reason - just hard-code to branches for now +# if [[ $POSTGIS_MICRO_VERSION == *SVN* || $POSTGIS_MICRO_VERSION == *dev* ]] +# then +# export POSTGIS_SRC=${PROJECTS}/postgis/branches/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} +# else +# #tagged version -- official release +# export POSTGIS_SRC=${PROJECTS}/postgis/tags/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION} +# fi; + +export POSTGIS_SRC=${PROJECTS}/postgis/branches/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} cd ${POSTGIS_SRC}