builder: document plugin callbacks
Fixes: https://pagure.io/koji/issue/2091
This commit is contained in:
parent
f8d20f6c21
commit
db3170da49
1 changed files with 29 additions and 0 deletions
|
|
@ -188,6 +188,35 @@ tagging a build:
|
|||
$ koji tag-build mytag mypkg-1.0-1
|
||||
|
||||
|
||||
List of callbacks
|
||||
-----------------
|
||||
|
||||
hub:
|
||||
|
||||
- preBuildStateChange
|
||||
- preImport
|
||||
- prePackageListChange
|
||||
- preRPMSign
|
||||
- preRepoDone
|
||||
- preRepoInit
|
||||
- preTag
|
||||
- preTaskStateChange
|
||||
- preUntag
|
||||
- postBuildStateChange
|
||||
- postImport
|
||||
- postPackageListChange
|
||||
- postRPMSign
|
||||
- postRepoDone
|
||||
- postRepoInit
|
||||
- postTag
|
||||
- postTaskStateChange
|
||||
- postUntag
|
||||
|
||||
builder:
|
||||
|
||||
- preSCMCheckout
|
||||
- postSCMCheckout
|
||||
|
||||
.. _plugin-cli-command:
|
||||
|
||||
New command for CLI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue