From: Regina Obe Date: Sun, 18 Mar 2018 05:32:45 +0000 (+0000) Subject: one more try to get the SVN number in there X-Git-Tag: 2.5.0alpha~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=188350434457762debf93347ca19747390e21ec5;p=postgis one more try to get the SVN number in there git-svn-id: http://svn.osgeo.org/postgis/trunk@16473 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index c5d31c267..fdc138cd6 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -53,7 +53,7 @@ if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then export GIT_TIMESTAMP="`date -d @$GIT_TIMESTAMP`" #convert to UTC date echo "GIT_TIMESTAMP: ${GIT_TIMESTAMP}" export part_old="" - export part_new="DEV ($GIT_TIMESTAMP r${VREV})" + export part_new="DEV ($GIT_TIMESTAMP revision ${VREV})" sed -i 's,'"$part_old"','"$part_new"',' postgis.xml fi