Bugzilla – Bug 304815
Wrong name for update repository
Last modified: 2007-08-28 13:23:31 UTC
At the beginning of the installation the user is asked if he wants to add some repositories. A repository for getting updates is also available, but it gets the wrong name. Current situation: Name: http://download.opensuse.org/update/10.3/ URL: http://download.opensuse.org/update/10.3/ Correct entry would be: Name: openSUSE-10.3-Updates URL: http://download.opensuse.org/update/10.3/ This would also make the registration easier and would not end up in 2 update repositories which download from the same URL.
Lukas, please have a look at this one (might be already fixed together with bug #304659) Btw, Michael, repository name is editable, you can name as you like :)
Michael, YaST logs would be helpful :)
Created attachment 160206 [details] yast2 logs
The ../repos.d/... file looks like this: [http://download.opensuse.org/update/10.3/] name=10.3 - Update Repository baseurl=http://download.opensuse.org/update/10.3/ path=/ type=rpm-md enabled=1 autorefresh=1 gpgcheck=1 Better would be: [openSUSE-10.3-Updates] name=10.3 - Update Repository baseurl=http://download.opensuse.org/update/10.3/ path=/ type=rpm-md enabled=1 autorefresh=1 gpgcheck=1
Michael, the bug as it is reported is INVALID. --- cut --- Current situation: Name: http://download.opensuse.org/update/10.3/ URL: http://download.opensuse.org/update/10.3/ Correct entry would be: Name: openSUSE-10.3-Updates URL: http://download.opensuse.org/update/10.3/ --- cut --- As you can see in your comment #4, $name IS already "10.3 - Update Repository". You are talking about $alias (openSUSE-10.3-Updates) and such short-name is not available for these URLs. See this link: http://download.opensuse.org/YaST/Repos/_openSUSE_103_Default.xml <repository recommended="true" format="yast"> <name>10.3 - Update Repository</name> <summary>This is the update repository of openSUSE 10.3.</summary> <description>...</description> <url>http://download.opensuse.org/update/10.3/</url> </repository> I'm not responsible for having online update repository in that XML, additionally. I'm sorry but you would need to get the information directly from the source.
Ok, then it is named "alias". There is a definitiion, that the alias for the update source in 10.3 is "openSUSE-10.3-Updates". This is a PM definition. So please hardcode it somewhere. Or remove the update source completly from this list.
I have no information about PM requirements for repository aliases. The XML content is controlled by the PM. I'm not responsible for having the openSUSE update repository there. See http://en.opensuse.org/Standards/One_Click_Install There is no possibility to have alias there.
The openSUSE update repo has just been added to the list of repos, because of a problem in registrations. I'll be removing it soon, since the registration should be working again with the current Factory build and the upcoming Beta3 release.
I have removed the openSUSE update repo now, since it should be working in Beta3 again with the registration. Closing fixed.