[Webkit-unassigned] [Bug 26738] New: bugzilla-tool apply-patch throws exception in Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 16:03:34 PDT 2009


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

           Summary: bugzilla-tool apply-patch throws exception in Linux
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jmalonzo at gmail.com


bugzilla-tool fails with the following backtrace. Git seems to be
case-sensitive with "HEAD" in Linux (at least). Patch coming..

Fetching: https://bugs.webkit.org/show_bug.cgi?id=26583                         
fatal: ambiguous argument 'head': unknown revision or path not in the working
tree.                                                                           
Use '--' to separate paths from revisions                                       
Traceback (most recent call last):                                              
  File "./WebKitTools/Scripts/bugzilla-tool", line 513, in <module>             
    main()                                                                      
  File "./WebKitTools/Scripts/bugzilla-tool", line 510, in main                 
    return tool.main()                                                          
  File "./WebKitTools/Scripts/bugzilla-tool", line 505, in main                 
    return command_object.execute(command_options, command_args, self)          
  File "./WebKitTools/Scripts/bugzilla-tool", line 190, in execute              
    tool.scm().ensure_clean_working_directory(options.force_clean)              
  File "/home/jmalonzo/OpenSource/WebKit/WebKitTools/Scripts/modules/scm.py",
line 74, in ensure_clean_working_directory                                      
    if not force and not self.working_directory_is_clean():                     
  File "/home/jmalonzo/OpenSource/WebKit/WebKitTools/Scripts/modules/scm.py",
line 242, in working_directory_is_clean                                         
    return self.run_command("git diff-index head") == ""                        
  File "/home/jmalonzo/OpenSource/WebKit/WebKitTools/Scripts/modules/scm.py",
line 68, in run_command                                                         
    raise ScriptError('Failed to run "%s"  exit_code: %d  cwd: %s' % (command,
exit_code, cwd))                                                                
modules.scm.ScriptError: Failed to run "git diff-index head"  exit_code: 128 
cwd: None                                                                       
zsh: exit 1     ./WebKitTools/Scripts/bugzilla-tool apply-patches --no-update
26583


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list