Searched refs:hook_name (Results 1 – 2 of 2) sorted by relevance
/tools/repohooks/ |
D | pre-upload.py | 109 def hook_start(self, hook_name): argument 116 self.num_hooks, hook_name) 120 def hook_error(self, hook_name, error): argument 127 self.error(hook_name, error) 129 def hook_warning(self, hook_name, warning): argument 136 status_line = '[%s] %s' % (self.WARNING, hook_name) 225 hook_name, commit, fixup_func = fixup_func_list[0] 235 'Do you want to run it?' % hook_name) 242 (hook_name, commit, result),
|
/tools/repohooks/rh/ |
D | hooks.py | 284 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): argument 286 return [rh.results.HookCommandResult(hook_name, project, commit,
|