On 24. 04. 19 23:04, Ben Cotton wrote:
https://fedoraproject.org/wiki/Changes/Set_skip_if_unavailable_default_to_fa...
== Summary == Dnf team wants to change a default setting for the repo option `skip_if_unavailable` to `FALSE`.
When changing the defaults, it is not uncommon to have a grace period with deprecation warnings:
First: Keep the default, but yell at the user if not set:
Warning: Repo <name> has not explicitly set the skip_if_unavailable option. Treating as skip_if_unavailable=true, but this default will change <when, where>. Set skip_if_unavailable=true or skip_if_unavailable=false in the repo file <path> explicitly to suppress this warning.
Second: Switch, but still yell at the user if not set:
Warning: Repo <name> has not explicitly set the skip_if_unavailable option. Treating as skip_if_unavailable=true, but this default was recently changed <when, where>. Set skip_if_unavailable=true or skip_if_unavailable=false in the repo file <path> explicitly to suppress this warning.
After wide adoption, remove the warning.
WDYT?