Changeset 151185 in webkit


Ignore:
Timestamp:
Jun 4, 2013, 2:39:53 PM (12 years ago)
Author:
rniwa@webkit.org
Message:

Build fix after r150592. We need to disable \2 shouldn't be treated as an escape character.

  • BuildSlaveSupport/build.webkit.org-config/master.cfg:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r151066 r151185  
    4545c['status'].append(html.WebStatus(http_port=8710,
    4646                                  revlink="http://trac.webkit.org/changeset/%s",
    47                                   changecommentlink=(r"(https://bugs\.webkit\.org/show_bug\.cgi\?id=|webkit\.org/b/)(\d+)", "https://bugs.webkit.org/show_bug.cgi?id=\2"),
     47                                  changecommentlink=(r"(https://bugs\.webkit\.org/show_bug\.cgi\?id=|webkit\.org/b/)(\d+)", r"https://bugs.webkit.org/show_bug.cgi?id=\2"),
    4848                                  authz=authz))
    4949
  • trunk/Tools/ChangeLog

    r151179 r151185  
     12013-06-04  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Build fix after r150592. We need to disable \2 shouldn't be treated as an escape character.
     4
     5        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
     6
    172013-06-04  Greg Hughes  <ghughes@apple.com>
    28
Note: See TracChangeset for help on using the changeset viewer.