What | Removed | Added |
---|---|---|
CC | dgonzalez@suse.com, lslezak@suse.com | |
Flags | needinfo?(lslezak@suse.com) |
Hi Andrew, Thanks a lot for the so detailed bug report. Much appreciated :) Look like I broke it (ouch!) 4 years ago when refactoring the client. Basically, looks like I miss to perform a Pkg.SourceChangeUrl call around [1]. At least, it's what the previous code did [2] @Lada, can you confirm if I'm right? I do not want to make a false assumption here (again) ;) Thanks in advance. [1] https://github.com/yast/yast-add-on/blob/c533e90c032bcc74d65d2a3230d0a32d3188a3fc/src/lib/add-on/clients/add-on_auto.rb#L231 [2] https://github.com/yast/yast-add-on/pull/28/files#diff-f7478c1b35d96ecd633976f16a1a4d5e76b1de9305fdc09fb95d099c8065525fR184-R187