[Webkit-unassigned] [Bug 94988] New: webkit-patch is broken when I try to upload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 17:48:30 PDT 2012


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

           Summary: webkit-patch is broken when I try to upload
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: abarth at webkit.org, dpranke at chromium.org


17$ $ wkpatch upload 90046
Total errors found: 0 in 47 files
Traceback (most recent call last):
  File "Tools/Scripts/webkit-patch", line 84, in <module>
    main()
  File "Tools/Scripts/webkit-patch", line 79, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/Volumes/SSData/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 311, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Volumes/SSData/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 120, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Volumes/SSData/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 51, in execute
    self._sequence.run_and_handle_errors(tool, options, state)
  File "/Volumes/SSData/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 70, in run_and_handle_errors
    self._run(tool, options, state)
  File "/Volumes/SSData/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 64, in _run
    step(tool, options).run(state)
  File "/Volumes/SSData/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/tool/steps/preparechangelog.py", line 59, in run
    self._ensure_bug_url(state)
  File "/Volumes/SSData/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/tool/steps/preparechangelog.py", line 52, in _ensure_bug_url
    if not changelog.latest_entry().bug_id():
AttributeError: 'NoneType' object has no attribute 'bug_id'

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