RESOLVED FIXED 32344
exception thrown when running apply-patches
https://bugs.webkit.org/show_bug.cgi?id=32344
Summary exception thrown when running apply-patches
Eric Seidel (no email)
Reported 2009-12-09 13:21:56 PST
> bugzilla-tool apply-patches 32313 Cleaning working directory Updating working directory Traceback (most recent call last): File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line 104, in <module> BugzillaTool().main() File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/multicommandtool.py", line 253, in main return command.check_arguments_and_execute(args_after_command_name, self) File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/multicommandtool.py", line 99, in check_arguments_and_execute return self.execute(command_options, command_args, tool) or 0 File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/commands/download.py", line 86, in execute WebKitApplyingScripts.setup_for_patch_apply(tool, options) File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/commands/download.py", line 105, in setup_for_patch_apply update_step.run() File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/buildsteps.py", line 115, in run self._tool.executive.run_and_throw_if_fail(self.port().update_webkit_command()) File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/buildsteps.py", line 67, in port self._port = WebKitPort.port(self._options.port) AttributeError: Values instance has no attribute 'port' This is fallout from Adam's recent restructuring.
Attachments
Patch (1.97 KB, patch)
2009-12-09 13:29 PST, Adam Barth
no flags
Adam Barth
Comment 1 2009-12-09 13:23:46 PST
Hum... There may be more examples of this. Patch forthcoming.
Adam Barth
Comment 2 2009-12-09 13:29:10 PST
Eric Seidel (no email)
Comment 3 2009-12-09 13:33:04 PST
Comment on attachment 44558 [details] Patch OK. Seems port shoudl just be a global option, no?
WebKit Commit Bot
Comment 4 2009-12-09 14:25:43 PST
Comment on attachment 44558 [details] Patch Clearing flags on attachment: 44558 Committed r51923: <http://trac.webkit.org/changeset/51923>
WebKit Commit Bot
Comment 5 2009-12-09 14:25:48 PST
All reviewed patches have been landed. Closing bug.
Adam Barth
Comment 6 2009-12-09 22:05:20 PST
> OK. Seems port shoudl just be a global option, no? Yes. We need global options to not suck though. :)
Note You need to log in before you can comment on or make changes to this bug.