[postgis-tickets] r16464 - Turn of translation building for now until debug issue with it

Regina Obe lr at pcorp.us
Sat Mar 17 11:25:14 PDT 2018


Author: robe
Date: 2018-03-17 11:25:14 -0700 (Sat, 17 Mar 2018)
New Revision: 16464

Modified:
   trunk/ci/debbie/postgis_release_docs.sh
Log:
Turn of translation building for now until debug issue with it
References #4047


Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh	2018-03-16 11:34:33 UTC (rev 16463)
+++ trunk/ci/debbie/postgis_release_docs.sh	2018-03-17 18:25:14 UTC (rev 16464)
@@ -60,12 +60,12 @@
 
 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
 



More information about the postgis-tickets mailing list