[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 14:32:35 PDT 2013


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


Tim Horton <timothy_horton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #193904|review?                     |review+
               Flag|                            |




--- Comment #3 from Tim Horton <timothy_horton at apple.com>  2013-03-19 14:35:01 PST ---
(From update of attachment 193904)
View in context: https://bugs.webkit.org/attachment.cgi?id=193904&action=review

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

Assuming these extensions are actually unique to your platform.

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

You could put the slash outside of the or :P

-- 
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