[Webkit-unassigned] [Bug 32220] New: bugzilla-tool create-bug does not work with SVN

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 06:45:31 PST 2009


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

           Summary: bugzilla-tool create-bug does not work with SVN
           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: mjs at apple.com


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

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