Home
last modified time | relevance | path

Searched refs:hook_name (Results 1 – 2 of 2) sorted by relevance

/tools/repohooks/
Dpre-upload.py89 def hook_start(self, hook_name): argument
96 self.num_hooks, hook_name)
100 def hook_error(self, hook_name, error): argument
107 status_line = '[%s] %s' % (self.FAILED, hook_name)
112 def hook_warning(self, hook_name, warning): argument
119 status_line = '[%s] %s' % (self.WARNING, hook_name)
193 hook_name, commit, fixup_func = fixup_func_list[0]
203 'Do you want to run it?' % hook_name)
210 (hook_name, commit, result),
/tools/repohooks/rh/
Dhooks.py269 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): argument
271 return [rh.results.HookCommandResult(hook_name, project, commit,