[Webkit-unassigned] [Bug 28757] prepare-ChangeLog -b does not know how to use bugzilla credentials

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 12:05:16 PDT 2015


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

Brian Burg <bburg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |bburg at apple.com,
                   |                            |darin at apple.com,
                   |                            |dbates at webkit.org,
                   |                            |ddkilzer at webkit.org,
                   |                            |rniwa at webkit.org
           Hardware|PC                          |All
                 OS|Mac OS X 10.5               |All
           Assignee|webkit-unassigned at lists.web |bburg at apple.com
                   |kit.org                     |

--- Comment #2 from Brian Burg <bburg at apple.com> ---
Dan/Dave/someone, do you think we could hook this up by calling into python from prepare-Changelog as a fallback? I am not sure whether this will work on all configurations, but it's probably the only realistic solution in the short-term.

The following prints the expected (security) bug title to stdout, and dumps the useless webkitpy warning about logging not being set up:

python -c "from webkitpy.common.net.bugzilla import Bugzilla; bz = Bugzilla(); b = bz.fetch_bug(136715); print(b.title())" 2> /dev/null

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150908/19440ad1/attachment.html>


More information about the webkit-unassigned mailing list