Title: [201509] trunk/Tools
Revision
201509
Author
[email protected]
Date
2016-05-31 03:34:29 -0700 (Tue, 31 May 2016)

Log Message

[GTK] Provide alternative mirror for the ICU tarball.
https://bugs.webkit.org/show_bug.cgi?id=154530

Unreviewed.

* gtk/jhbuild.modules: After r201449 the GTK+ ARM buildbot is having
a hard time trying to download the ICU tarball from download.icu-project.org
(which redirects to sourceforge and gives problems with something related to
SSL). Provide this alternative mirror to make things working back.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (201508 => 201509)


--- trunk/Tools/ChangeLog	2016-05-31 09:27:41 UTC (rev 201508)
+++ trunk/Tools/ChangeLog	2016-05-31 10:34:29 UTC (rev 201509)
@@ -1,3 +1,15 @@
+2016-05-31  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK] Provide alternative mirror for the ICU tarball.
+        https://bugs.webkit.org/show_bug.cgi?id=154530
+
+        Unreviewed.
+
+        * gtk/jhbuild.modules: After r201449 the GTK+ ARM buildbot is having
+        a hard time trying to download the ICU tarball from download.icu-project.org
+        (which redirects to sourceforge and gives problems with something related to
+        SSL). Provide this alternative mirror to make things working back.
+
 2016-05-31  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Test /webkit2/WebKitWebView/geolocation-permission-requests is failing since r201423

Modified: trunk/Tools/gtk/jhbuild.modules (201508 => 201509)


--- trunk/Tools/gtk/jhbuild.modules	2016-05-31 09:27:41 UTC (rev 201508)
+++ trunk/Tools/gtk/jhbuild.modules	2016-05-31 10:34:29 UTC (rev 201509)
@@ -70,8 +70,8 @@
       href=""
   <repository type="tarball" name="llvm.org"
       href=""
-  <repository type="tarball" name="icu"
-      href=""
+  <repository type="tarball" name="webkitgtk-jhbuild-mirror"
+      href=""
 
   <autotools id="cairo">
     <if condition-set="linux">
@@ -493,8 +493,8 @@
   <autotools id="icu"
              autogen-sh="./source/configure"
              autogenargs="--disable-samples --enable-weak-threads">
-    <branch module="55.1/icu4c-55_1-src.tgz" version="55.1" checkoutdir="icu"
-            repo="icu"
+    <branch module="icu4c-55_1-src.tgz" version="55.1" checkoutdir="icu"
+            repo="webkitgtk-jhbuild-mirror"
             hash="sha256:e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b">
     </branch>
   </autotools>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to