From: Regina Obe Date: Sun, 18 Mar 2018 09:10:45 +0000 (+0000) Subject: this for sure will fix revision # this time I tested before hand X-Git-Tag: 2.4.4~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a40786b70a91553ccbb070076525e752d8ef9753;p=postgis this for sure will fix revision # this time I tested before hand References #4047 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16474 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index c5d31c267..7f93ce719 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 rev. $VREV )" sed -i 's,'"$part_old"','"$part_new"',' postgis.xml fi