[Webkit-unassigned] [Bug 39136] sheriffbot can't roll out security patches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 26 22:22:32 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68336|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #14 from Adam Barth <abarth at webkit.org>  2010-09-26 22:22:32 PST ---
(From update of attachment 68336)
View in context: https://bugs.webkit.org/attachment.cgi?id=68336&action=review

> WebKitTools/Scripts/webkitpy/tool/bot/sheriff.py:73
> +                ScriptError(message="SheriffBot is not authorized to view %s." % self._tool.bugs.bug_url_for_bug_id(e.bug_id()))
> +            else:
> +                ScriptError(message="Could not determine the corresponding bug for r%s." % svn_revision)

Did you want to raise these errors?

> WebKitTools/Scripts/webkitpy/tool/commands/download.py:167
> +                    raise e

You just want to say "raise" without giving the exception again.  That will make the stack trace better.

> WebKitTools/Scripts/webkitpy/tool/commands/download.py:183
> +                    raise e

ditto

-- 
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