[postgis-tickets] r16473 - one more try to get the SVN number in there
Regina Obe
lr at pcorp.us
Sat Mar 17 10:32:45 PDT 2018
Author: robe
Date: 2018-03-17 22:32:45 -0700 (Sat, 17 Mar 2018)
New Revision: 16473
Modified:
trunk/ci/debbie/postgis_release_docs.sh
Log:
one more try to get the SVN number in there
Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh 2018-03-18 05:16:54 UTC (rev 16472)
+++ trunk/ci/debbie/postgis_release_docs.sh 2018-03-18 05:32:45 UTC (rev 16473)
@@ -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 revision ${VREV}</emphasis>)</subscript></subtitle>"
sed -i 's,'"$part_old"','"$part_new"',' postgis.xml
fi
More information about the postgis-tickets
mailing list