]> granicus.if.org Git - postgis/commitdiff
this for sure will fix revision # this time I tested beforehand
authorRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 09:11:41 +0000 (09:11 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 09:11:41 +0000 (09:11 +0000)
References #4047 for PostGIS 2.5 (trunk)

git-svn-id: http://svn.osgeo.org/postgis/trunk@16475 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_release_docs.sh

index fdc138cd6f16a3a1d936a47ee10d096a294c3598..7f93ce71990b1f9d4e3101171b560c8a31186932 100644 (file)
@@ -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="</title>"
-  export part_new="</title><subtitle><subscript>DEV (<emphasis>$GIT_TIMESTAMP revision ${VREV}</emphasis>)</subscript></subtitle>"
+  export part_new="</title><subtitle><subscript>DEV (<emphasis>$GIT_TIMESTAMP rev. $VREV </emphasis>)</subscript></subtitle>"
   sed -i 's,'"$part_old"','"$part_new"',' postgis.xml
 fi