[Libreoffice-commits] online.git: scripts/downloadpootle.sh

Andras Timar andras.timar at collabora.com
Sun Oct 23 14:45:24 UTC 2016


 scripts/downloadpootle.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 660eeab9da98835ce0ddb67f6725655666765c94
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun Oct 23 16:44:56 2016 +0200

    Pootle server times out with IPv6 address...

diff --git a/scripts/downloadpootle.sh b/scripts/downloadpootle.sh
index 3e10ef3..c7187cc 100755
--- a/scripts/downloadpootle.sh
+++ b/scripts/downloadpootle.sh
@@ -2,7 +2,7 @@
 
 for i in ab af am an ar as ast az be bg bn bn_IN bo br brx bs ca cs cy da de dgo dz el en_GB en_ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hu id is it ja jv ka kk kl km kn ko kok ks ky lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa_IN pl pt pt_BR ro ru rw sah sa_IN sat sd si sid sk sl sq sr ss st sv sw_TZ ta te tg th ti tn tr ts tt ug uk ur uz ve vi xh zh_CN zh_TW zu;
 do
-    wget -O $i.zip https://translations.documentfoundation.org/export/?path=/$i/libo_online/
+    wget --prefer-family=IPv4 -O $i.zip https://translations.documentfoundation.org/export/?path=/$i/libo_online/
     unzip -j $i.zip
     rm $i.zip
     mv loleaflet-ui-$i.po ui-$i.po


More information about the Libreoffice-commits mailing list