Title: [174808] trunk/Tools
Revision
174808
Author
[email protected]
Date
2014-10-16 20:26:22 -0700 (Thu, 16 Oct 2014)

Log Message

Update target platform to remove Leopard, Snow Leopard, Lion.
Add Yosemite. 
        
Unreviewed.

* BuildSlaveSupport/build.webkit.org-config/wkbuild.py:
(_should_file_trigger_build):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/wkbuild.py (174807 => 174808)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/wkbuild.py	2014-10-17 02:17:14 UTC (rev 174807)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/wkbuild.py	2014-10-17 03:26:22 UTC (rev 174808)
@@ -37,7 +37,7 @@
     # and start using it for their bots. Someone familiar with each platform
     # will have to figure out what the right set of directories/patterns is for
     # that platform.
-    assert(target_platform in ("mac-leopard", "mac-lion", "mac-mavericks", "mac-mountainlion", "mac-snowleopard", "win"))
+    assert(target_platform in ("mac-mavericks", "mac-mountainlion", "mac-yosemite", "win"))
 
     directories = [
         # Directories that shouldn't trigger builds on any bots.

Modified: trunk/Tools/ChangeLog (174807 => 174808)


--- trunk/Tools/ChangeLog	2014-10-17 02:17:14 UTC (rev 174807)
+++ trunk/Tools/ChangeLog	2014-10-17 03:26:22 UTC (rev 174808)
@@ -1,3 +1,13 @@
+2014-10-16  Lucas Forschler  <[email protected]>
+
+        Update target platform to remove Leopard, Snow Leopard, Lion.
+        Add Yosemite. 
+        
+        Unreviewed.
+
+        * BuildSlaveSupport/build.webkit.org-config/wkbuild.py:
+        (_should_file_trigger_build):
+
 2014-10-16  David Kilzer  <[email protected]>
 
         commit-queue: fails to replace OO-PS! with reviewer name
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to