⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 160149 in webkit


Ignore:
Timestamp:
Dec 4, 2013, 6:03:52 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Update jhbuild revision.
https://bugs.webkit.org/show_bug.cgi?id=124966

Patch by Tamas Gergely <tgergely.u-szeged@partner.samsung.com> on 2013-12-04
Reviewed by Gyuyoung Kim.

Used version of Jhbuild failed to create directories and caused
update-webkitefl-libs to fail. Latest Jhbuild version has it fixed.

  • jhbuild/jhbuild-wrapper:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r160146 r160149  
     12013-12-04  Tamas Gergely  <tgergely.u-szeged@partner.samsung.com>
     2
     3        Update jhbuild revision.
     4        https://bugs.webkit.org/show_bug.cgi?id=124966
     5       
     6        Reviewed by Gyuyoung Kim.
     7
     8        Used version of Jhbuild failed to create directories and caused
     9        update-webkitefl-libs to fail. Latest Jhbuild version has it fixed.
     10
     11        * jhbuild/jhbuild-wrapper:
     12
    1132013-12-04  Anders Carlsson  <andersca@apple.com>
    214
  • trunk/Tools/jhbuild/jhbuild-wrapper

    r159806 r160149  
    2525import sys
    2626
    27 jhbuild_revision = '24a7dd8e2be84026bf3b303321adad371a694b23'
     27jhbuild_revision = 'c0cb46177d79189ffe0f760703c732f1c7ea8b29'
    2828
    2929dependencies_path = jhbuildutils.get_dependencies_path()
Note: See TracChangeset for help on using the changeset viewer.