Title: [150592] trunk/Tools
Revision
150592
Author
[email protected]
Date
2013-05-23 10:49:45 -0700 (Thu, 23 May 2013)

Log Message

Make default bug links in buildbot clickable
https://bugs.webkit.org/show_bug.cgi?id=116673

Reviewed by Ryosuke Niwa.

Use changecommentlink of html.WebStatus to make the links clickable.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (150591 => 150592)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2013-05-23 17:17:19 UTC (rev 150591)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2013-05-23 17:49:45 UTC (rev 150592)
@@ -44,6 +44,7 @@
 c['status'] = []
 c['status'].append(html.WebStatus(http_port=8710,
                                   revlink="http://trac.webkit.org/changeset/%s", 
+                                  changecommentlink=(r"(https://bugs\.webkit\.org/show_bug\.cgi\?id=|webkit\.org/b/)(\d+)", "https://bugs.webkit.org/show_bug.cgi?id=\2"),
                                   authz=authz))
 
 c['slavePortnum'] = 17000

Modified: trunk/Tools/ChangeLog (150591 => 150592)


--- trunk/Tools/ChangeLog	2013-05-23 17:17:19 UTC (rev 150591)
+++ trunk/Tools/ChangeLog	2013-05-23 17:49:45 UTC (rev 150592)
@@ -1,3 +1,14 @@
+2013-05-23  Patrick Gansterer  <[email protected]>
+
+        Make default bug links in buildbot clickable
+        https://bugs.webkit.org/show_bug.cgi?id=116673
+
+        Reviewed by Ryosuke Niwa.
+
+        Use changecommentlink of html.WebStatus to make the links clickable.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
 2013-05-22  Ryosuke Niwa  <[email protected]>
 
         REGRESSION(r150491): WebKit2.DOMWindowExtensionNoCache fails
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to