<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bburg&#64;apple.com" title="Brian Burg &lt;bburg&#64;apple.com&gt;"> <span class="fn">Brian Burg</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - prepare-ChangeLog -b does not know how to use bugzilla credentials"
   href="https://bugs.webkit.org/show_bug.cgi?id=28757">bug 28757</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>ap&#64;webkit.org, bburg&#64;apple.com, darin&#64;apple.com, dbates&#64;webkit.org, ddkilzer&#64;webkit.org, rniwa&#64;webkit.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Hardware</td>
           <td>PC
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">OS</td>
           <td>Mac OS X 10.5
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>webkit-unassigned&#64;lists.webkit.org
           </td>
           <td>bburg&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - prepare-ChangeLog -b does not know how to use bugzilla credentials"
   href="https://bugs.webkit.org/show_bug.cgi?id=28757#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - prepare-ChangeLog -b does not know how to use bugzilla credentials"
   href="https://bugs.webkit.org/show_bug.cgi?id=28757">bug 28757</a>
              from <span class="vcard"><a class="email" href="mailto:bburg&#64;apple.com" title="Brian Burg &lt;bburg&#64;apple.com&gt;"> <span class="fn">Brian Burg</span></a>
</span></b>
        <pre>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 &quot;from webkitpy.common.net.bugzilla import Bugzilla; bz = Bugzilla(); b = bz.fetch_bug(136715); print(b.title())&quot; 2&gt; /dev/null</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>