[Webkit-unassigned] [Bug 29211] bugzilla-tool rollout threw exception under svn
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 11 16:05:27 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29211
--- Comment #5 from Eric Seidel <eric at webkit.org> 2009-09-11 16:05:24 PDT ---
Now I'm just seeing bugzilla-tool rollout hang in svn:
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
928, in <module>
svn: Caught signal
main()
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
925, in main
return tool.main()
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
920, in main
return command_object.execute(command_options, command_args, self)
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
581, in execute
tool.scm().apply_reverse_diff(revision)
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/scm.py",
line 328, in apply_reverse_diff
self.run_command(['svn', 'merge', '--non-interactive', '-c', '-%s' %
revision, self._repository_url()])
File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/scm.py",
line 94, in run_command
output = process.communicate(input)[0].rstrip()
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py",
line 661, in communicate
stdout = self.stdout.read()
KeyboardInterrupt
This will still need a bit of investigation.
--
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