aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-16 14:53:11 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-19 18:49:37 -0700
commitadfb01ca3a36e74f500e384177404563023aa12b (patch)
tree180c1f83e2a875c79fb53a0f85e4f4c76f345ca1 /etc
parentcatalyst: Disallow config file options in spec files (diff)
downloadcatalyst-adfb01ca3a36e74f500e384177404563023aa12b.tar.gz
catalyst-adfb01ca3a36e74f500e384177404563023aa12b.tar.bz2
catalyst-adfb01ca3a36e74f500e384177404563023aa12b.zip
catalyst: Remove support for source_matching="loose"
This does not seem like a useful feature to me. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/catalyst.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index f64fe971..d33be15f 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -50,18 +50,6 @@ envscript="/etc/catalyst/catalystrc"
# (These options can be used together)
options="autoresume bindist kerncache pkgcache seedcache"
-# source_matching specifies how catalyst will match non-specific file names
-# if the filename is not found as an exact match.
-# ie: a filename without the extension specified. "/path/to/foo"
-#
-# possible values are:
-# "strict" meaning if more than one file of that name is present with any
-# file extension, then it will raise an exception.
-# "loose" meaning it will search for an existing filename with an added
-# extension from an ordered list of extensions determined from the
-# decompressor_search_order specification in the spec file or (default)
-source_matching="strict"
-
# port_logdir is where all build logs will be kept. This dir will be automatically cleaned
# of all logs over 30 days old. If left undefined the logs will remain in the build directory
# as usual and get cleaned every time a stage build is restarted.