What | Removed | Added |
---|---|---|
Flags | needinfo?(lslezak@suse.com) |
(In reply to Andrew Daugherity from comment #9) > Now that it's hit the 15.3 update channel, I've added the package to my > installer self-update repo and confirmed that the repo files are now written > correctly. Thanks! Great! > > While running the test installation, I noticed another minor, potentially > unrelated bug: the repo names displayed on the installation progress screen > show a blank space instead of the parsed variable. For example, the > attachment from my original report has a repo with "<name>openSUSE Leap > $releasever OSS</name>", but the installer just displays "openSUSE Leap > OSS" rather than "openSUSE Leap 15.3 OSS". 'zypper lr' and the YaST > repository manager do display it correctly. > > Not a big deal, at least the installed system is now correct! :-) I did a test installation right now, but I was not able to spot it. However, after looking at the logs looks like something comming from Package.cc[1]. Not completely sure. Asking @Ladislav to see if he can help here. > ��������� grep "Pkg::PkgMediaNames result:" y2log* > y2log:2022-02-15 06:37:34 <1> install(2744) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap 15.3 Non-OSS", 2]] > y2log-1:2022-02-15 06:24:06 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]] > y2log-1:2022-02-15 06:29:28 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]] > y2log-1:2022-02-15 06:29:33 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]] > y2log-1:2022-02-15 06:29:34 <1> install(12161) [Pkg] Package.cc(PkgMediaNames):278 Pkg::PkgMediaNames result: [..., ["Testing AutoYaST - openSUSE Leap Non-OSS", 5]] [1] https://github.com/yast/yast-pkg-bindings/blob/master/src/Package.cc