diff --git a/docs/source/content_generators.rst b/docs/source/content_generators.rst index 93aa50ad..572986f4 100644 --- a/docs/source/content_generators.rst +++ b/docs/source/content_generators.rst @@ -144,6 +144,10 @@ Relevant API calls for Content Generator are: call of ``CGImport`` while ``build_id`` needs to be part of metadata (as item in ``build`` key). +- ``CGRefundBuild(cg, build_id, token, state=koji.BUILD_STATES['FAILED'])`` - + content generator can drop the reservation created by ``CGInitBuild`` in case + that build failed or was cancelled. Caller must know ``build_id`` and ``token``. + Current Public Implementations ==============================