Changeset 246613 in webkit


Ignore:
Timestamp:
Jun 19, 2019 3:45:52 PM (5 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Patch link should open the pretty patch
https://bugs.webkit.org/show_bug.cgi?id=199031

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/steps.py:

(ConfigureBuild.getPatchURL): Use the prettypatch url for patch.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/steps.py

    r246609 r246613  
    8484        if not patch_id:
    8585            return None
    86         return '{}attachment.cgi?id={}'.format(BUG_SERVER_URL, patch_id)
     86        return '{}attachment.cgi?id={}&action=prettypatch'.format(BUG_SERVER_URL, patch_id)
    8787
    8888
  • trunk/Tools/ChangeLog

    r246609 r246613  
     12019-06-19  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Patch link should open the pretty patch
     4        https://bugs.webkit.org/show_bug.cgi?id=199031
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/steps.py:
     9        (ConfigureBuild.getPatchURL): Use the prettypatch url for patch.
     10
    1112019-06-19  Aakash Jain  <aakash_jain@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.