[CentOS] yum -- what repo sites were accessed?

Fri Dec 7 15:29:54 UTC 2007
Alfred von Campe <alfred at von-campe.com>

> I want to know that when I do a
>
> yum install whatever
>
> I can learn exactly which urls were used for each configed repo.   
> e.g was my local base accessed or one in .au?

Increase the debugging level: "yum -d3 ..." should do it.

Alfred