[Webkit-unassigned] [Bug 33488] REGRESSION: webkit-patch upload errors if lacking a ChangeLog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 14:03:20 PST 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|webkit-patch upload errors  |REGRESSION: webkit-patch
                   |if lacking a ChangeLog      |upload errors if lacking a
                   |                            |ChangeLog




--- Comment #5 from Eric Seidel <eric at webkit.org>  2010-01-11 14:03:20 PST ---
Sounds like a step ordering problem. :(

http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/commands/upload.py#L138

Looks like the solution is to just move the check-style check until after the
ChangeLog prep.  Or to run it before changelog prep with some sort of
--ignore-ChangeLogs flag.

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