Title: [240936] trunk/Tools
- Revision
- 240936
- Author
- [email protected]
- Date
- 2019-02-04 11:49:08 -0800 (Mon, 04 Feb 2019)
Log Message
REGRESSION (r237269): webkit-patch what-broke is broken
https://bugs.webkit.org/show_bug.cgi?id=193025
Reviewed by Aakash Jain.
* Scripts/webkitpy/common/host.py:
(Host.buildbot):
(Host.bugzilla): Renamed to 'buildbot'.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (240935 => 240936)
--- trunk/Tools/ChangeLog 2019-02-04 18:59:51 UTC (rev 240935)
+++ trunk/Tools/ChangeLog 2019-02-04 19:49:08 UTC (rev 240936)
@@ -1,3 +1,14 @@
+2019-02-04 Dean Johnson <[email protected]>
+
+ REGRESSION (r237269): webkit-patch what-broke is broken
+ https://bugs.webkit.org/show_bug.cgi?id=193025
+
+ Reviewed by Aakash Jain.
+
+ * Scripts/webkitpy/common/host.py:
+ (Host.buildbot):
+ (Host.bugzilla): Renamed to 'buildbot'.
+
2019-02-04 Wenson Hsieh <[email protected]>
[iOS] API test WKAttachmentTests.InsertAndRemoveDuplicateAttachment is failing after r240902
Modified: trunk/Tools/Scripts/webkitpy/common/host.py (240935 => 240936)
--- trunk/Tools/Scripts/webkitpy/common/host.py 2019-02-04 18:59:51 UTC (rev 240935)
+++ trunk/Tools/Scripts/webkitpy/common/host.py 2019-02-04 19:49:08 UTC (rev 240936)
@@ -63,7 +63,7 @@
@property
@memoized
- def bugzilla(self):
+ def buildbot(self):
from webkitpy.common.net import buildbot
return buildbot.BuildBot()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes