Searched defs:hook_name (Results 1 – 2 of 2) sorted by relevance
/tools/repohooks/ |
D | pre-upload.py | 109 def hook_start(self, hook_name): argument 120 def hook_error(self, hook_name, error): argument 129 def hook_warning(self, hook_name, warning): argument
|
/tools/repohooks/rh/ |
D | hooks.py | 284 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): argument
|