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