Bugzilla – Bug 298035
Progress callbacks should report repository name instead of alias
Last modified: 2007-08-10 19:09:18 UTC
E.g. "Reading repository 'http://download.suse.com/update/10.2/' cache" there should be used the name of the repository. Name should be displayed to user, alias is rather internal identification IIRC...
progress.name(str::form(_("Reading repository '%s' cache"), info.alias().c_str())); I think the problem is that somebody is giving the repo an url as an alias isn't it?
No, the code should use info.name() instead of info.alias().
fixed svn
We should document this somewhere, so that we don't forget again what we have agreed to. I've forgotten :O) (and i must adapt zypper). Submitted in libzypp 3.14.0.