]> granicus.if.org Git - postgis/commitdiff
Take out attempt to add svn number to revision or change the title at all
authorRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 02:31:23 +0000 (02:31 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 02:31:23 +0000 (02:31 +0000)
References #4047

git-svn-id: http://svn.osgeo.org/postgis/trunk@16465 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_release_docs.sh

index 6acff9780e1c2d97a5ebf23a897df59032f0df8b..8df8120c7babf63924dc2af9dbc44f00957095ac 100644 (file)
@@ -40,15 +40,16 @@ make clean
 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