> Yes, i have attached a patch there do the comma parsing. > Looking at your patch - you put it in cli which seems the wrong place to do it if you want it to be generically useful. Why not put it in: yum.repos.RepoStorage.findRepos() where the glob-parsing is? that way it works for cli and non-cli operations. -sv