[postgis-tickets] r16303 - Get rid of sed fiddling with SVN revision

Regina Obe lr at pcorp.us
Mon Jan 15 01:01:41 PST 2018


Author: robe
Date: 2018-01-15 13:01:41 -0800 (Mon, 15 Jan 2018)
New Revision: 16303

Modified:
   branches/2.3/ci/debbie/postgis_release_docs.sh
Log:
Get rid of sed fiddling with SVN revision

Modified: branches/2.3/ci/debbie/postgis_release_docs.sh
===================================================================
--- branches/2.3/ci/debbie/postgis_release_docs.sh	2018-01-15 20:58:06 UTC (rev 16302)
+++ branches/2.3/ci/debbie/postgis_release_docs.sh	2018-01-15 21:01:41 UTC (rev 16303)
@@ -41,8 +41,8 @@
 cd doc
 
 
-mv postgis.xml postgis.xml.orig
-sed -e "s:</title>:</title><subtitle><subscript>SVN Revision (<emphasis>${POSTGIS_SVN_REVISION}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
+#mv postgis.xml postgis.xml.orig
+#sed -e "s:</title>:</title><subtitle><subscript>SVN Revision (<emphasis>${POSTGIS_SVN_REVISION}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
 
 make pdf
 rm -rf images



More information about the postgis-tickets mailing list