Changeset 201509 in webkit


Ignore:
Timestamp:
May 31, 2016 3:34:29 AM (8 years ago)
Author:
clopez@igalia.com
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r201505 r201509  
     12016-05-31  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] Provide alternative mirror for the ICU tarball.
     4        https://bugs.webkit.org/show_bug.cgi?id=154530
     5
     6        Unreviewed.
     7
     8        * gtk/jhbuild.modules: After r201449 the GTK+ ARM buildbot is having
     9        a hard time trying to download the ICU tarball from download.icu-project.org
     10        (which redirects to sourceforge and gives problems with something related to
     11        SSL). Provide this alternative mirror to make things working back.
     12
    1132016-05-31  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/Tools/gtk/jhbuild.modules

    r201449 r201509  
    7171  <repository type="tarball" name="llvm.org"
    7272      href="http://llvm.org"/>
    73   <repository type="tarball" name="icu"
    74       href="http://download.icu-project.org/files/icu4c/"/>
     73  <repository type="tarball" name="webkitgtk-jhbuild-mirror"
     74      href="http://webkitgtk.org/jhbuild_mirror/"/>
    7575
    7676  <autotools id="cairo">
     
    494494             autogen-sh="./source/configure"
    495495             autogenargs="--disable-samples --enable-weak-threads">
    496     <branch module="55.1/icu4c-55_1-src.tgz" version="55.1" checkoutdir="icu"
    497             repo="icu"
     496    <branch module="icu4c-55_1-src.tgz" version="55.1" checkoutdir="icu"
     497            repo="webkitgtk-jhbuild-mirror"
    498498            hash="sha256:e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b">
    499499    </branch>
Note: See TracChangeset for help on using the changeset viewer.