Searched refs:hook_name (Results 1 – 2 of 2) sorted by relevance
/tools/repohooks/ |
D | pre-upload.py | 101 def hook_start(self, hook_name): argument 107 self._curr_hook_name = hook_name 110 self.num_hooks, hook_name) 227 hook_name, commit, fixup_func = fixup_func_list[0] 237 'Do you want to run it?' % hook_name) 244 (hook_name, commit, result),
|
/tools/repohooks/rh/ |
D | hooks.py | 322 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): argument 324 return [rh.results.HookCommandResult(hook_name, project, commit,
|