View on GitHub

Mock » Plugin Hooks

A 'simple' chroot build environment manager for building RPMs.

When you develop a new plugin, you can register your hook with:

plugins.add_hook("HOOK_NAME", self.your_method)

Where HOOK_NAME is one of:

You can get inspired by existing plugins.