[PATCH 6/8] dnf should report that it supports Closest Mirror

Ales Kozumplik akozumpl at redhat.com
Thu Jul 10 07:56:08 UTC 2014


btw, fastestmirror is disabled in DNF by default:

https://bugzilla.redhat.com/show_bug.cgi?id=1051554

Ales

On 07/10/2014 02:06 AM, Brian C. Lane wrote:
> ---
>   pyanaconda/packaging/dnfpayload.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pyanaconda/packaging/dnfpayload.py b/pyanaconda/packaging/dnfpayload.py
> index f4e737a..a451df7 100644
> --- a/pyanaconda/packaging/dnfpayload.py
> +++ b/pyanaconda/packaging/dnfpayload.py
> @@ -383,7 +383,7 @@ class DNFPayload(packaging.PackagePayload):
>
>       @property
>       def mirrorEnabled(self):
> -        return False
> +        return True
>
>       @property
>       def repos(self):
>



More information about the anaconda-patches mailing list