From 5bf245888d71299d70516c11baf39923a1645a29 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 18 Mar 2018 05:07:55 +0000 Subject: [PATCH] bah so close I remarked out an fi by mistake References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16469 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/debbie/postgis_release_docs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index 580e0cf9f..b1a070b9f 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -48,7 +48,7 @@ cd doc 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 + cp postgis.xml postgis.xml.orig export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct` export GIT_TIMESTAMP="`date -d @$GIT_TIMESTAMP`" #convert to UTC date echo "GIT_TIMESTAMP: ${GIT_TIMESTAMP}" @@ -72,7 +72,7 @@ if [[ "$reference" == *"trunk"* ]]; then #only do this for trunk because only t make -C po/de/ local-html #make -C po/ko_KR/ local-html #make pdf-localized -#fi +fi package="doc-html-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.tar.gz" @@ -81,7 +81,7 @@ tar -czf "$package" --exclude='.svn' --exclude='.git' --exclude='image_src' "$ou -mv postgis.xml.orig postgis.xml +#mv postgis.xml.orig postgis.xml mkdir -p /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} mkdir -p /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}/images cp -R html/*.* /var/www/postgis_docs/manual-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} -- 2.40.0