WebKit Bugzilla
Attachment 372491 Details for
Bug 199031
: [ews-build] Patch link should open the pretty patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199031-20190619164808.patch (text/plain), 1.19 KB, created by
Aakash Jain
on 2019-06-19 13:48:09 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-06-19 13:48:09 PDT
Size:
1.19 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246608) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-06-19 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Patch link should open the pretty patch >+ https://bugs.webkit.org/show_bug.cgi?id=199031 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/steps.py: >+ (ConfigureBuild.getPatchURL): Use the prettypatch url for patch. >+ > 2019-06-19 Aakash Jain <aakash_jain@apple.com> > > [ews-build] Send email notifications for failures >Index: Tools/BuildSlaveSupport/ews-build/steps.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/steps.py (revision 246608) >+++ Tools/BuildSlaveSupport/ews-build/steps.py (working copy) >@@ -83,7 +83,7 @@ class ConfigureBuild(buildstep.BuildStep > def getPatchURL(self, patch_id): > if not patch_id: > return None >- return '{}attachment.cgi?id={}'.format(BUG_SERVER_URL, patch_id) >+ return '{}attachment.cgi?id={}&action=prettypatch'.format(BUG_SERVER_URL, patch_id) > > > class CheckOutSource(git.Git):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199031
: 372491