[Webkit-unassigned] [Bug 137795] commit-queue: fails to replace OO-PS! with reviewer name
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 16 16:38:41 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137795
--- Comment #2 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
(In reply to comment #1)
> Looks like webkit-patch isn't able to fetch the reviewer list?
Bugzilla changed to not expose email addresses when no one is logged in, so webkit-patch is loading this URL without logging in first:
https://bugs.webkit.org/show_bug.cgi?id=137766&ctype=xml&excludefield=attachmentdata
And getting <flag> elements like this:
<flag name="review" id="264671" type_id="1" status="+" setter="akling"/>
<flag name="commit-queue" id="264709" type_id="3" status="+" setter="cdumez"/>
Instead of like this (after logging in):
<flag name="review" id="264671" type_id="1" status="+" setter="akling at apple.com"/>
<flag name="commit-queue" id="264709" type_id="3" status="+" setter="cdumez at apple.com"/>
The fix is to make sure webkit-patch logs in before fetching attachment data.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141016/9849da82/attachment-0002.html>
More information about the webkit-unassigned
mailing list