From: Regina Obe Date: Sun, 18 Mar 2018 02:36:47 +0000 (+0000) Subject: update-po and put back the timestamp, put ? for now for svn rev X-Git-Tag: 2.5.0alpha~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dbb8927b9f63df0d718f55acdbc0df2e81f99ea;p=postgis update-po and put back the timestamp, put ? for now for svn rev References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16466 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index 8df8120c7..24186d6ed 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -47,9 +47,10 @@ echo "Micro: $POSTGIS_MICRO_VERSION" #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::REV: $VREV DEV TIMESTAMP (${GIT_TIMESTAMP}):" postgis.xml.orig > postgis.xml + export VREV= '?' + sed -e "s::REV: ${VREV} DEV TIMESTAMP (${GIT_TIMESTAMP}):" postgis.xml.orig > postgis.xml fi make pdf @@ -60,7 +61,7 @@ make epub 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