cpthook

Contents:

class cpthook.CptHookConfig(config_file)

An object representing a cpthook configuration

hooks_for_repo(repo)

Returns dict of hooks to be applied to a repository

repo_group_hook_groups(repo)

Returns list of repo group membership for repo

repo_group_membership(repo)

Returns list of repo group membership for repo

repos()

Returns list of known repos

exception cpthook.CyclicalDependencyException

Unresolvable group dependency encountered

exception cpthook.NoSuchHookGroupException

Hook group does not exist

exception cpthook.NoSuchRepoGroupException

Repository group does not exist

exception cpthook.UnknownConfigElementException

Unexpected configuration element encountered

exception cpthook.UnknownDependencyException

Unknown group dependency encountered

Indices and tables

Table Of Contents