From: Regina Obe Date: Sun, 18 Mar 2018 09:11:41 +0000 (+0000) Subject: this for sure will fix revision # this time I tested beforehand X-Git-Tag: 2.5.0alpha~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25338b9feb8c7437b5e21620ddb8945ca9a99409;p=postgis this for sure will fix revision # this time I tested beforehand References #4047 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16475 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index fdc138cd6..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 revision ${VREV})" + export part_new="DEV ($GIT_TIMESTAMP rev. $VREV )" sed -i 's,'"$part_old"','"$part_new"',' postgis.xml fi