]> granicus.if.org Git - postgis/commitdiff
one more try to get the SVN number in there
authorRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 05:32:45 +0000 (05:32 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 05:32:45 +0000 (05:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16473 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_release_docs.sh

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