[postgis-tickets] r16331 - turn off update-po for now until can figure out what is issue with transifex errors

Regina Obe lr at pcorp.us
Thu Jan 18 07:49:38 PST 2018


Author: robe
Date: 2018-01-18 07:49:38 -0800 (Thu, 18 Jan 2018)
New Revision: 16331

Modified:
   trunk/ci/debbie/postgis_release_docs.sh
Log:
turn off update-po for now until can figure out what is issue with transifex errors

Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh	2018-01-18 14:21:46 UTC (rev 16330)
+++ trunk/ci/debbie/postgis_release_docs.sh	2018-01-18 15:49:38 UTC (rev 16331)
@@ -58,7 +58,7 @@
 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 update-po
   make -C po/it_IT/ local-html
   make -C po/pt_BR/ local-html
   make -C po/ja/ local-html



More information about the postgis-tickets mailing list