[postgis-tickets] r16474 - this for sure will fix revision # this time I tested before hand
Regina Obe
lr at pcorp.us
Sun Mar 18 02:10:45 PDT 2018
Author: robe
Date: 2018-03-18 02:10:45 -0700 (Sun, 18 Mar 2018)
New Revision: 16474
Modified:
branches/2.4/ci/debbie/postgis_release_docs.sh
Log:
this for sure will fix revision # this time I tested before hand
References #4047 for PostGIS 2.4
Modified: branches/2.4/ci/debbie/postgis_release_docs.sh
===================================================================
--- branches/2.4/ci/debbie/postgis_release_docs.sh 2018-03-18 05:32:45 UTC (rev 16473)
+++ branches/2.4/ci/debbie/postgis_release_docs.sh 2018-03-18 09:10:45 UTC (rev 16474)
@@ -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 r${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