Title: [213150] trunk/Tools
Revision
213150
Author
jbed...@apple.com
Date
2017-02-28 08:43:27 -0800 (Tue, 28 Feb 2017)

Log Message

webkitpy: jsc-ews should run when Makefiles and build scripts are changed
https://bugs.webkit.org/show_bug.cgi?id=168950

Reviewed by Alexey Proskuryakov.

* Scripts/webkitpy/tool/steps/checkpatchrelevance.py:
(CheckPatchRelevance): Add makefiles and build scripts to jsc_paths.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (213149 => 213150)


--- trunk/Tools/ChangeLog	2017-02-28 16:23:15 UTC (rev 213149)
+++ trunk/Tools/ChangeLog	2017-02-28 16:43:27 UTC (rev 213150)
@@ -1,3 +1,13 @@
+2017-02-28  Jonathan Bedard  <jbed...@apple.com>
+
+        webkitpy: jsc-ews should run when Makefiles and build scripts are changed
+        https://bugs.webkit.org/show_bug.cgi?id=168950
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/webkitpy/tool/steps/checkpatchrelevance.py:
+        (CheckPatchRelevance): Add makefiles and build scripts to jsc_paths.
+
 2017-02-27  Alex Christensen  <achristen...@webkit.org>
 
         Begin enabling WebRTC on 64-bit

Modified: trunk/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py (213149 => 213150)


--- trunk/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py	2017-02-28 16:23:15 UTC (rev 213149)
+++ trunk/Tools/Scripts/webkitpy/tool/steps/checkpatchrelevance.py	2017-02-28 16:43:27 UTC (rev 213150)
@@ -42,6 +42,13 @@
         "Source/_javascript_Core/",
         "Source/WTF/"
         "Source/bmalloc/",
+        "Makefile",
+        "Makefile.shared",
+        "Source/Makefile",
+        "Source/Makefile.shared",
+        "Tools/Scripts/build-webkit",
+        "Tools/Scripts/build-jsc",
+        "Tools/Scripts/webkitdirs.pm",
     ]
 
     group_to_paths_mapping = {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to