add option to allow excluding binaries from being upgraded
This commit is contained in:
@@ -93,5 +93,9 @@ email_to = <%= @ac_email_to %>
|
||||
[base]
|
||||
# This section overrides dnf.conf
|
||||
|
||||
<% unless @ac_excludepkgs_normalized.empty? -%>
|
||||
excludepkgs = <%= @ac_excludepkgs_normalized %>
|
||||
<% end -%>
|
||||
|
||||
# Use this to filter DNF core messages
|
||||
debuglevel = 1
|
||||
|
||||
Reference in New Issue
Block a user