RESOLVED FIXED 32220
bugzilla-tool create-bug does not work with SVN
https://bugs.webkit.org/show_bug.cgi?id=32220
Summary bugzilla-tool create-bug does not work with SVN
Maciej Stachowiak
Reported 2009-12-07 06:45:31 PST
If you use it with an SVN checkout (instead of git) it says this: /bin/sh: git: command not found /bin/sh: git: command not found Reading Keychain for bugs.webkit.org account and password. Click "Allow" to continue... Bugzilla login: Bugzilla password for : Traceback (most recent call last): File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/bugzilla-tool", line 101, in <module> BugzillaTool().main() File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/modules/multicommandtool.py", line 253, in main return command.check_arguments_and_execute(args_after_command_name, self) File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/modules/multicommandtool.py", line 99, in check_arguments_and_execute return self.execute(command_options, command_args, tool) or 0 File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/modules/commands/upload.py", line 246, in execute self.create_bug_from_patch(options, args, tool) File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/modules/commands/upload.py", line 223, in create_bug_from_patch bug_id = tool.bugs.create_bug_with_patch(bug_title, comment_text, options.component, diff_file, "Patch", cc=options.cc, mark_for_review=options.review, mark_for_commit_queue=options.request_commit) File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/modules/bugzilla.py", line 426, in create_bug_with_patch self.authenticate() File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/modules/bugzilla.py", line 360, in authenticate (username, password) = read_credentials() File "/Users/mjs/Work/src/Safari/OpenSource/WebKitTools/Scripts/modules/bugzilla.py", line 124, in read_credentials password = getpass.getpass("Bugzilla password for %s: " % username) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getpass.py", line 38, in unix_getpass passwd = _raw_input(prompt, stream) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getpass.py", line 84, in _raw_input raise EOFError EOFError
Attachments
Eric Seidel (no email)
Comment 1 2010-01-19 16:55:27 PST
I believe this has been fixed.
Note You need to log in before you can comment on or make changes to this bug.