From 255935f4fbff358ab0e506d11b507a8a89f88e5d Mon Sep 17 00:00:00 2001 From: William Douglas Date: Tue, 10 Jul 2018 17:52:39 +0000 Subject: [PATCH] Add pattern directory configuration option The failed_pattern_dir contains a path to a location containing additonal configuration files for failed_commands, ignored_commands, maven_jars, gems, license_hashes, license_translations, license_blacklist, and qt_modules. --- conf/autospec.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/autospec.conf b/conf/autospec.conf index 0f3f96d..e8dece2 100644 --- a/conf/autospec.conf +++ b/conf/autospec.conf @@ -21,3 +21,7 @@ # Path to dnf/yum config, used for generating whatrequires. It can be an absolute # path or a path relative to this autospec.conf. #yum_conf = + +# Path to autospec failed patterns directory, used to match build failure lines to +# package dependencies. +#failed_pattern_dir =