[Bug 542792] New: Update repo is named silly
http://bugzilla.novell.com/show_bug.cgi?id=542792 Summary: Update repo is named silly Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Installation AssignedTo: locilka@novell.com ReportedBy: coolo@novell.com QAContact: jsrain@novell.com Found By: --- Created an attachment (id=320231) --> (http://bugzilla.novell.com/attachment.cgi?id=320231) yast logs The update repository gets a very strange name like http:--download.openload.org-XHAW7 It should be named openSUSE-11.2-Update as it's written in the control.xml - I have no idea where the strange name comes from, the other repos are fine. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542792 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542792#c1 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P1 - Urgent Flag| |SHIP_STOPPER+ --- Comment #1 from Stephan Kulow <coolo@novell.com> 2009-09-29 04:13:44 MDT --- ship_stopper for the final, for M8 Thomas will disable the check for a repo named update -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542792 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |lslezak@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542792 User locilka@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542792#c2 --- Comment #2 from Lukas Ocilka <locilka@novell.com> 2009-09-29 08:53:05 MDT --- See the log: clients/inst_addon_update_sources.ycp:68 sources for updates: ["http://download.opensuse.org/update/11.2/"] Source_Create.cc(createManagedSource):226 Using source type: rpm-md Source_Create.cc(createManagedSource):242 Using alias: http-download.opensuse.org-43a2ea01 Source_Create.cc(createManagedSource):257 Name of the repository: 'http-download.opensuse.org-43a2ea01' Source_Save.cc(SourceSaveAll):220 Adding repository 'http-download.opensuse.org-43a2ea01' Try adding repo -------------------------------------- - alias : http-download.opensuse.org-43a2ea01 - name : http-download.opensuse.org-43a2ea01 - enabled : 1 - autorefresh : 1 - url : http://download.opensuse.org/update/11.2/ - path : / - metadataPath: /var/cache/zypp/raw/http-download.opensuse.org-43a2ea01 clients/inst_addon_update_sources.ycp contains: --- cut --- foreach (string u, addUrls, { integer srcid = Pkg::SourceCreate (u, "/"); ... }) --- cut --- Alias and Name are created by package bindings or libzypp. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542792 User lslezak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542792#c3 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|lslezak@novell.com |locilka@novell.com --- Comment #3 from Ladislav Slezak <lslezak@novell.com> 2009-10-01 02:09:23 MDT --- This is a fall back name when no repo name or alias is provided. Use Pkg::SourceEditSet([ $["SrcId" : srcid, "name" : name] ]) to set an appropriate name for the created repository. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542792 User locilka@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542792#c4 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Lukas Ocilka <locilka@novell.com> 2009-10-01 04:55:32 MDT --- OK, I'll try to do some hotfix. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542792 User locilka@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542792#c5 --- Comment #5 from Lukas Ocilka <locilka@novell.com> 2009-10-01 05:22:06 MDT --- As there is no name for a product update URL, name will be generated this way: sformat ( _("Updates for %1 %2"), p["display_name"]:p["name"]:p["summary"]:_("Unknown Product"), p["version"]:"" ); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=542792 User locilka@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=542792#c6 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED Target Milestone|--- |Factory --- Comment #6 from Lukas Ocilka <locilka@novell.com> 2009-10-01 05:34:50 MDT --- - Adjusting understandable name for update URLs added during second stage of installation (bnc #542792). - 2.18.29 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com