Home | History | Annotate | Download | only in commands

Lines Matching refs:patch

46     def should_proceed_with_work_item(self, patch):
54 self._update_status("Building", patch)
60 def _review_patch(self, patch):
70 patch.id()])
79 message = "Attachment %s did not build on %s:\nBuild output: %s" % (state["patch"].id(), cls.port_name, results_link)
80 tool.bugs.post_comment_to_bug(state["patch"].bug_id(), message, cc=cls.watchers)
113 def process_work_item(self, patch):
114 if not self._committers.committer_by_email(patch.attacher_email()):
115 self._did_error(patch, "%s cannot process patches from non-committers :(" % self.name)
117 AbstractEarlyWarningSystem.process_work_item(self, patch)