Home
last modified time | relevance | path

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

/tools/repohooks/
Dpre-upload.py109 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/
Dhooks.py284 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs): argument