Changeset 159109 in webkit


Ignore:
Timestamp:
Nov 12, 2013 7:23:12 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Update GTK builders in Tools/Scripts/webkitpy/port/builders.py
https://bugs.webkit.org/show_bug.cgi?id=124144

Patch by Denis Nomiyama <d.nomiyama@samsung.com> on 2013-11-12
Reviewed by Gustavo Noronha Silva.

Updated the list of GTK builders in Tools/Scripts/webkitpy/port/builders.py
according to http://build.webkit.org/builders.

  • Scripts/webkitpy/port/builders.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r159067 r159109  
     12013-11-12  Denis Nomiyama  <d.nomiyama@samsung.com>
     2
     3        [GTK] Update GTK builders in Tools/Scripts/webkitpy/port/builders.py
     4        https://bugs.webkit.org/show_bug.cgi?id=124144
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        Updated the list of GTK builders in Tools/Scripts/webkitpy/port/builders.py
     9        according to http://build.webkit.org/builders.
     10
     11        * Scripts/webkitpy/port/builders.py:
     12
    1132013-11-11  Samuel White  <samuel_white@apple.com>
    214
  • trunk/Tools/Scripts/webkitpy/port/builders.py

    r157831 r159109  
    6969
    7070    "GTK Linux 32-bit Release": {"port_name": "gtk", "is_debug": False},
    71     "GTK Linux 64-bit Debug": {"port_name": "gtk", "is_debug": True},
    72     "GTK Linux 64-bit Release": {"port_name": "gtk", "is_debug": False},
    73     "GTK Linux 64-bit Release WK2 (Tests)": {"port_name": "gtk-wk2", "is_debug": False},
     71    "GTK Linux 64-bit Debug WK1": {"port_name": "gtk", "is_debug": True},
     72    "GTK Linux 64-bit Release": {"port_name": "gtk-wk2", "is_debug": False},
     73    "GTK Linux 64-bit Release WK1 (Tests)": {"port_name": "gtk", "is_debug": False},
    7474
    7575    "EFL Linux 64-bit Release": {"port_name": "efl", "is_debug": False},
Note: See TracChangeset for help on using the changeset viewer.