[Webkit-unassigned] [Bug 29211] New: bugzilla-tool rollout threw exception under svn
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 11 15:27:54 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29211
Summary: bugzilla-tool rollout threw exception under 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: eric at webkit.org
CC: bweinstein at apple.com
bugzilla-tool rollout threw exception under svn
Worked fine under Git.
WebKitTools/Scripts/bugzilla-tool rollout 48229
[~/Projects/WebKitSVN]
Traceback (most recent call last):
File "WebKitTools/Scripts/bugzilla-tool", line 928, in <module>
main()
File "WebKitTools/Scripts/bugzilla-tool", line 925, in main
return tool.main()
File "WebKitTools/Scripts/bugzilla-tool", line 920, in main
return command_object.execute(command_options, command_args, self)
File "WebKitTools/Scripts/bugzilla-tool", line 572, in execute
bug_id = self._parse_bug_id_from_revision_diff(tool, revision)
File "WebKitTools/Scripts/bugzilla-tool", line 558, in
_parse_bug_id_from_revision_diff
return parse_bug_id(original_diff)
File "WebKitTools/Scripts/bugzilla-tool", line 63, in parse_bug_id
match = re.search("http\://webkit\.org/b/(?P<bug_id>\d+)", message)
File
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py",
line 134, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or buffer
--
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