Home | History | Annotate | Download | only in bot

Lines Matching refs:tool

36 from webkitpy.tool.bot.queueengine import TerminateQueue
37 from webkitpy.tool.grammar import join_with_separators
41 def execute(self, nick, args, tool, sheriff):
46 def execute(self, nick, args, tool, sheriff):
48 urls.view_revision_url(tool.buildbot.last_green_revision()))
52 def execute(self, nick, args, tool, sheriff):
53 tool.irc().post("Restarting...")
75 def execute(self, nick, args, tool, sheriff):
79 tool.irc().post("%s: Usage: SVN_REVISION [SVN_REVISIONS] REASON" % nick)
84 tool.irc().post("Preparing rollout for %s..." %
90 bug_url = tool.bugs.bug_url_for_bug_id(bug_id)
91 tool.irc().post("%s: Created rollout: %s" % (nick, bug_url))
93 tool.irc().post("%s: Failed to create rollout patch:" % nick)
94 tool.irc().post("%s" % e)
97 tool.irc().post("Ugg... Might have created %s" %
98 tool.bugs.bug_url_for_bug_id(bug_id))
102 def execute(self, nick, args, tool, sheriff):
107 def execute(self, nick, args, tool, sheriff):
108 quips = tool.bugs.quips()
114 def execute(self, nick, args, tool, sheriff):
134 def execute(self, nick, args, tool, sheriff):