[Webkit-unassigned] [Bug 30537] New: bugzilla-tool create-bug HEAD^.. throws an exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 14:25:42 PDT 2009


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

           Summary: bugzilla-tool create-bug HEAD^.. throws an exception
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: ddkilzer at webkit.org


To reproduce:

1. Run this command: bugzilla-tool create-bug HEAD^..
2. Answer all the prompts

The bug gets created and the first patch gets attached. Then you get an
exception like this:

Traceback (most recent call last):
  File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 904, in
<module>
    main()
  File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 901, in
main
    return tool.main()
  File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 896, in
main
    return command_object.execute(command_options, command_args, self)
  File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 629, in
execute
    self.create_bug_from_commit(options, args, tool)
  File "/home/Adam
Roben/dev/WebKit/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 592, in
create_bug_from_commit
    PostCommitsAsPatchesToBug.execute(self, options, commit_ids[1:], tool)
TypeError: unbound method execute() must be called with
PostCommitsAsPatchesToBug instance as first argument (got CreateBug instance
instead)

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