From fc330b35df50746ba83e52c3a9bec081c85a261c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 17 Mar 2018 18:25:14 +0000 Subject: [PATCH] Turn of translation building for now until debug issue with it References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16464 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/debbie/postgis_release_docs.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index 9797ac9fd..6acff9780 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -60,12 +60,12 @@ 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 -C po/it_IT/ local-html - make -C po/pt_BR/ local-html - make -C po/ja/ local-html - make -C po/de/ local-html - make -C po/pt_BR/ local-html - make -C po/ko_KR/ local-html + # make -C po/it_IT/ local-html + # make -C po/pt_BR/ local-html + # make -C po/ja/ local-html + # make -C po/de/ local-html + # make -C po/pt_BR/ local-html + # make -C po/ko_KR/ local-html #make pdf-localized fi -- 2.40.0