From d1d07c1c0c33fda80d3a387a49dc64bdef23f3f3 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Thu, 3 Jun 2021 09:50:09 +0200 Subject: [PATCH] update docs --- docs/source/plugins.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index a9baebbe..1ec332f0 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -130,9 +130,20 @@ Now Sidetag Koji plugin should be installed. To verify that, run as one of available API calls. Plugin has also its own configuration file -``/etc/koji-hub/plugins/sidetag.conf`` which for now contains the only boolean -option ``remove_empty``. If it is set, sidetag is automatically deleted when -last package is untagged from there. +``/etc/koji-hub/plugins/sidetag.conf`` which contains following options: + +.. glossary:: + remove_empty = off + If this is set, sidetag is automatically deleted when + last package is untagged from there. + + allowed_suffixes = + List of strings delimited by commas. These suffixes are then allowed to + be requested via ``createSideTag`` + + name_template = {basetag}s-side-{tag_id}d + Python string template to be used for generation of sidetag name. It needs + to contain both basetag/tag_id placeholders. CLI ---