HomeSort by relevance Sort by last modified time
    Searched refs:hook_name (Results 1 - 2 of 2) sorted by null

  /tools/repohooks/
pre-upload.py 85 def hook_start(self, hook_name):
89 hook_name: name of the hook.
92 self.num_hooks, hook_name)
96 def hook_error(self, hook_name, error):
100 hook_name: name of the hook.
103 status_line = '[%s] %s' % (self.FAILED, hook_name)
171 hook_name, commit, fixup_func = fixup_func_list[0]
181 'Do you want to run it?' % hook_name)
188 (hook_name, commit, result),
  /tools/repohooks/rh/
hooks.py 268 def _check_cmd(hook_name, project, commit, cmd, fixup_func=None, **kwargs):
270 return [rh.results.HookCommandResult(hook_name, project, commit,

Completed in 442 milliseconds