From e77821987cdc274499d1be99071a1039ffedbafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 10 Mar 2016 15:42:21 +0100 Subject: [PATCH] [init] Update documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/configuration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/configuration.rst b/doc/configuration.rst index a855e5c9..50734a3c 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -153,6 +153,14 @@ Options tree_arches = ["x86_64"] tree_variants = ["Server"] +**comps_filter_environments** [optional] + (*bool*) -- When set to ``False``, the comps files for variants will not + have their environments filtered to match the variant. + +**keep_original_comps** [optional] + (*list*) -- List of variants for which the original comps file will be + copied without any modifications. Overwrites `comps_filter_environments`. + Example ------- ::