Title: [246613] trunk/Tools
- Revision
- 246613
- Author
- [email protected]
- Date
- 2019-06-19 15:45:52 -0700 (Wed, 19 Jun 2019)
Log 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.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/ews-build/steps.py (246612 => 246613)
--- trunk/Tools/BuildSlaveSupport/ews-build/steps.py 2019-06-19 21:47:07 UTC (rev 246612)
+++ trunk/Tools/BuildSlaveSupport/ews-build/steps.py 2019-06-19 22:45:52 UTC (rev 246613)
@@ -83,7 +83,7 @@
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="" patch_id)
class CheckOutSource(git.Git):
Modified: trunk/Tools/ChangeLog (246612 => 246613)
--- trunk/Tools/ChangeLog 2019-06-19 21:47:07 UTC (rev 246612)
+++ trunk/Tools/ChangeLog 2019-06-19 22:45:52 UTC (rev 246613)
@@ -1,5 +1,15 @@
2019-06-19 Aakash Jain <[email protected]>
+ [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.
+
+2019-06-19 Aakash Jain <[email protected]>
+
[ews-build] Add step to analyze Compile WebKit failures
https://bugs.webkit.org/show_bug.cgi?id=199025
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes