[postgis-tickets] r16466 - update-po and put back the timestamp, put ? for now for svn rev

Regina Obe lr at pcorp.us
Sat Mar 17 07:36:47 PDT 2018


Author: robe
Date: 2018-03-17 19:36:47 -0700 (Sat, 17 Mar 2018)
New Revision: 16466

Modified:
   trunk/ci/debbie/postgis_release_docs.sh
Log:
update-po and put back the timestamp, put ? for now for svn rev
References #4047


Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh	2018-03-18 02:31:23 UTC (rev 16465)
+++ trunk/ci/debbie/postgis_release_docs.sh	2018-03-18 02:36:47 UTC (rev 16466)
@@ -47,9 +47,10 @@
 #inject a development time stamp if we are in development branch
 if [[ "$POSTGIS_MICRO_VERSION" == *"dev"* ]]; then
   mv postgis.xml postgis.xml.orig
-  #export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct`
+  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
+  export VREV= '?'
+  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
@@ -60,7 +61,7 @@
 make -e chunked-html 2>&1 | tee -a doc-errors.log
 
 if [[ "$reference" == *"trunk"* ]]; then  #only do this for trunk because only trunk follows transifex
-	#make update-po
+	make update-po
   # make -C po/it_IT/ local-html
   # make -C po/pt_BR/ local-html
   # make -C po/ja/ local-html



More information about the postgis-tickets mailing list