https://bugzilla.novell.com/show_bug.cgi?id=302385#c6 Ladislav Slezak <lslezak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lslezak@novell.com | --- Comment #6 from Ladislav Slezak <lslezak@novell.com> 2007-08-22 05:41:39 MST --- Well, enabling a source (Pkg::SourceSetEnabled (src_id, true)) should trigger resolvable loading. Pkg::SourceLoad() shouldn't be needed in this case. Another solution could be: Pkg::RepositoryAdd(..."enabled" : true...); Pkg::SourceRefreshNow (src_id); Pkg::SourceLoad(); Pkg::PkgFreshen(); But the semantics is same, the only advantage is that it looks more readable. I'll check the logs... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.