[Webkit-unassigned] [Bug 67035] Modify the build bot master's script to pass --chromium-android where appropriate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 12:21:36 PDT 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #105356|commit-queue-               |
               Flag|                            |




--- Comment #2 from Adam Barth <abarth at webkit.org>  2011-08-26 12:21:37 PST ---
(From update of attachment 105356)
3434        self.platform = platform.split('-', 1)[0]
3535        self.fullPlatform = platform

^^ maybe put self.target_os = platform.split('-', 2)[1] ?

You can also leave this as fullPlatform if you think that's better.

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