[postgis-tickets] r16475 - this for sure will fix revision # this time I tested beforehand
Regina Obe
lr at pcorp.us
Sun Mar 18 02:11:41 PDT 2018
Author: robe
Date: 2018-03-18 02:11:41 -0700 (Sun, 18 Mar 2018)
New Revision: 16475
Modified:
trunk/ci/debbie/postgis_release_docs.sh
Log:
this for sure will fix revision # this time I tested beforehand
References #4047 for PostGIS 2.5 (trunk)
Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh 2018-03-18 09:10:45 UTC (rev 16474)
+++ trunk/ci/debbie/postgis_release_docs.sh 2018-03-18 09:11:41 UTC (rev 16475)
@@ -53,7 +53,7 @@
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
More information about the postgis-tickets
mailing list