http://bugzilla.novell.com/show_bug.cgi?id=556469 http://bugzilla.novell.com/show_bug.cgi?id=556469#c9 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locilka@novell.com AssignedTo|locilka@novell.com |lslezak@novell.com --- Comment #9 from Lukas Ocilka <locilka@novell.com> 2009-11-24 14:10:41 UTC --- 1.) During the initial stage of update, client inst_upgrade_urls is called and correctly registers previously used repositories, e.g., KDE:KDE4:UNSTABLE:Desktop 2.) Later, at the end of the installation, pkg_finish.ycp calls inst_extrasources which adds the repositories defined by product. Repositories are then saved by Pkg::SourceSaveAll. You can see, for instance KDE:KDE4:UNSTABLE:Desktop being saved. 3.) Then a backup of configuration of repositories is done, configurations are removed and Pkg::SourceSaveAll is called to finally save the "current" configuration. It's actually a mistake that #3 is called after #2 - it should be vice versa. Anyway, saving all the sources dumps only the newly added repositories. The real issue seems to be that Pkg::SourceSaveAll does something different in #3 then it does in #2. Lado, please, check what has happened there. -- 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.