From fe866a1065699205edf4cd3856b6a9a04c4acef8 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jul 23 2020 08:46:10 +0000 Subject: doc: preformatted text for hub policy names Use preformatted text to distinguish each hub policy name. --- diff --git a/docs/source/defining_hub_policies.rst b/docs/source/defining_hub_policies.rst index ed5d022..0d4e0ec 100644 --- a/docs/source/defining_hub_policies.rst +++ b/docs/source/defining_hub_policies.rst @@ -122,15 +122,15 @@ Available policies ================== The system currently looks for the following policies -* tag : checked during tag/untag/move operations -* build_from_srpm : checked when a build from srpm (not an SCM reference) is +* ``tag``: checked during tag/untag/move operations +* ``build_from_srpm``: checked when a build from srpm (not an SCM reference) is requested. -* build_from_repo_id : checked when a build from a specified repo id is +* ``build_from_repo_id``: checked when a build from a specified repo id is requested -* package_list : checked when the package list for a tag is modified -* channel : consulted when a task is created -* cg_import : consulted during content generator imports -* volume : determine which volume a build should live on +* ``package_list``: checked when the package list for a tag is modified +* ``channel``: consulted when a task is created +* ``cg_import``: consulted during content generator imports +* ``volume``: determine which volume a build should live on These policies are set by assigning a rule set to the given name in the policy section.