Bug 75962

Summary: webkit-patch cannot rollout patches without changelog/bug number
Product: WebKit Reporter: Kenneth Rohde Christiansen <kenneth>
Component: Tools / TestsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ahf, aroben, eric, kkristof, ojan, ossy, webkit.review.bot, webkit-sed
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Kenneth Rohde Christiansen
Reported 2012-01-10 07:34:33 PST
backtrace: webkit-patch rollout 104569 Committed unreviewed code from wrong branch Unable to parse bug number from diff. Traceback (most recent call last): File "/home/kenneth/swork/Qt5/webkit/Tools/Scripts/webkit-patch", line 69, in <module> main() File "/home/kenneth/swork/Qt5/webkit/Tools/Scripts/webkit-patch", line 64, in main WebKitPatch(os.path.abspath(__file__)).main() File "/scratchbox/users/kenneth/home/kenneth/swork/Qt5/webkit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main result = command.check_arguments_and_execute(options, args, self) File "/scratchbox/users/kenneth/home/kenneth/swork/Qt5/webkit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/scratchbox/users/kenneth/home/kenneth/swork/Qt5/webkit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 46, in execute state = self._prepare_state(options, args, tool) File "/scratchbox/users/kenneth/home/kenneth/swork/Qt5/webkit/Tools/Scripts/webkitpy/tool/commands/download.py", line 348, in _prepare_state for party in commit_info.responsible_parties() AttributeError: 'NoneType' object has no attribute 'responsible_parties'
Attachments
Patch (3.38 KB, patch)
2012-01-19 11:45 PST, Eric Seidel (no email)
no flags
Kenneth Rohde Christiansen
Comment 1 2012-01-10 07:35:04 PST
Anyone knows who to cc here?
Csaba Osztrogonác
Comment 2 2012-01-10 07:51:35 PST
(In reply to comment #1) > Anyone knows who to cc here? Sure. :)
Eric Seidel (no email)
Comment 3 2012-01-10 10:27:38 PST
Should be simple to fix and unittest. Thanks for the report.
Eric Seidel (no email)
Comment 4 2012-01-19 11:45:47 PST
WebKit Review Bot
Comment 5 2012-01-19 16:58:01 PST
Comment on attachment 123160 [details] Patch Clearing flags on attachment: 123160 Committed r105464: <http://trac.webkit.org/changeset/105464>
WebKit Review Bot
Comment 6 2012-01-19 16:58:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.