[Webkit-unassigned] [Bug 35822] New: webkit-patch land fails if not run from the root directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 17:09:51 PST 2010


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

           Summary: webkit-patch land fails if not run from the root
                    directory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, cjerdonek at webkit.org


webkit-patch land fails if not run from the root directory

Parsing ChangeLog: LayoutTests/ChangeLog
Traceback (most recent call last):
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkit-patch", line
109, in <module>
    WebKitPatch().main()
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/multicommandtool.py",
line 299, in main
    return command.check_arguments_and_execute(options, args, self)
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/multicommandtool.py",
line 113, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/commands/abstractsequencedcommand.py",
line 43, in execute
    self._sequence.run_and_handle_errors(tool, options,
self._prepare_state(options, args, tool))
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/stepsequence.py",
line 66, in run_and_handle_errors
    self._run(tool, options, state)
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/stepsequence.py",
line 60, in _run
    step(tool, options).run(state)
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/steps/commit.py",
line 34, in run
    commit_message = self._tool.scm().commit_message_for_this_commit()
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/scm.py",
line 181, in commit_message_for_this_commit
    changelog_entry = ChangeLog(changelog_path).latest_entry()
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/webkitpy/changelogs.py",
line 73, in latest_entry
    changelog_file = open(self.path)
IOError: [Errno 2] No such file or directory: 'LayoutTests/ChangeLog'

I feel like this used to work fine.

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