From d1d07c1c0c33fda80d3a387a49dc64bdef23f3f3 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 03 2021 13:23:56 +0000 Subject: update docs --- diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index a9baebb..1ec332f 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 ---