[Webkit-unassigned] [Bug 112731] Changes to VS2010 project files should only trigger builds on Windows bots.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 13:02:24 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112731


Tim Horton <timothy_horton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #193894|review?                     |review-
               Flag|                            |




--- Comment #1 from Tim Horton <timothy_horton at apple.com>  2013-03-19 13:04:51 PST ---
(From update of attachment 193894)
View in context: https://bugs.webkit.org/attachment.cgi?id=193894&action=review

> BuildSlaveSupport/build.webkit.org-config/wkbuild.py:97
> +        (r"\.(?:vcproj|vsprops|sln|vcxproj|props|filters)$", ["win"]),

This won't match any folders! Note the $.

> BuildSlaveSupport/build.webkit.org-config/wkbuild.py:-102
> -        (r"\.vcproj/", ["win"]),

This needs to stay. And vcxproj needs to be here too!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list