Is there a way to make reposync ignore /etc/yum.conf ?
When i use reposync --config=/my/path/to/alternative/inputrepo.conf it's still picking up repositories for consideration inside /etc/yum.repos.d
My alternative/inputrepo.conf just looks like:
[varnish] name=varnish baseurl=http://repo.varnish-cache.org/redhat/varnish-3.0/el6/x86_64/
...but reposync still picks up the google-chome repo, which is only in /etc/yum.repos.d/ and complains about varnish being defined twice.
This is a problem for me because some of the mirrors i want to sync are also present on the system in /etc/yum.repos.d/, but with different baseurls.
