]> granicus.if.org Git - postgis/commitdiff
bah so close I remarked out an fi by mistake
authorRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 05:07:55 +0000 (05:07 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 18 Mar 2018 05:07:55 +0000 (05:07 +0000)
References #4047

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

ci/debbie/postgis_release_docs.sh

index 580e0cf9f70c121d247cc03e79c4a113194591e6..b1a070b9f3782a21395c94f3560b1db2f66a70c2 100644 (file)
@@ -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}