On 16.06.2016 21:59, Tony Schreiner wrote:
I note that duke.edu matches uk, and unl.edu matches nl.
Maybe they are regular expressions, i just tried with
#include_ony=.nl,.de
and got less surprising results
I tried this:
include_only=.at,.ch,.de,.nl,.uk
and got this:
Determining fastest mirrors * base: mirrors.usinternet.com Including mirror: mirror.chpc.utah.edu * epel: mirror.chpc.utah.edu * extras: mirrors.usinternet.com * updates: mirrors.usinternet.com
when using this:
include_only=.at$,.ch$,.de$,.nl$,.uk$
I got this:
Determining fastest mirrors * base: mirrors.usinternet.com * epel: mirror.math.princeton.edu * extras: mirrors.usinternet.com * updates: mirrors.usinternet.com
when using these two lines
exclude=.edu,.com include_only=.at$,.ch$,.de$,.nl$,.uk$
I got this:
Determining fastest mirrors * base: mirrors.liquidweb.com * epel: linux.mirrors.es.net * extras: mirrors.liquidweb.com * updates: mirrors.liquidweb.com
quite strange ...
Thanks, Walter