]> granicus.if.org Git - postgis/commitdiff
hard-code to work with branches only -- will dificult tag later.
authorRegina Obe <lr@pcorp.us>
Sat, 22 Aug 2015 21:47:29 +0000 (21:47 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 22 Aug 2015 21:47:29 +0000 (21:47 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13979 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_regress.sh

index 8544c707ca53e218265c0a749f2b07c52a7710e7..00d457b83c4edf7c17710f1902b9541ccb41fadc 100644 (file)
@@ -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}