[postgis-tickets] r16465 - Take out attempt to add svn number to revision or change the title at all

Regina Obe lr at pcorp.us
Sat Mar 17 07:31:23 PDT 2018


Author: robe
Date: 2018-03-17 19:31:23 -0700 (Sat, 17 Mar 2018)
New Revision: 16465

Modified:
   trunk/ci/debbie/postgis_release_docs.sh
Log:
Take out attempt to add svn number to revision or change the title at all
References #4047


Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh	2018-03-17 18:25:14 UTC (rev 16464)
+++ trunk/ci/debbie/postgis_release_docs.sh	2018-03-18 02:31:23 UTC (rev 16465)
@@ -40,15 +40,16 @@
 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
 
 echo "Micro: $POSTGIS_MICRO_VERSION"
 #inject a development time stamp if we are in development branch
 if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
-  export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct`
-  export VREV=`cat ./postgis_svn_revision.h | awk '{print $3}'`
-  sed -e "s:</title>:</title><subtitle><subscript>REV: $VREV DEV TIMESTAMP (<emphasis>${GIT_TIMESTAMP}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
+  mv postgis.xml postgis.xml.orig
+  #export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct`
+  #export VREV=`cat ./postgis_svn_revision.h | awk '{print $3}'`
+  #sed -e "s:</title>:</title><subtitle><subscript>REV: $VREV DEV TIMESTAMP (<emphasis>${GIT_TIMESTAMP}</emphasis>)</subscript></subtitle>:" postgis.xml.orig > postgis.xml
 fi
 
 make pdf



More information about the postgis-tickets mailing list