[yast-commit] r66648 - in /branches/SuSE-Code-11-SP2-Branch/packager: VERSION package/yast2-packager.changes src/clients/pkg_finish.ycp
Author: lslezak Date: Mon Oct 31 18:58:56 2011 New Revision: 66648 URL: http://svn.opensuse.org/viewcvs/yast?rev=66648&view=rev Log: - copy the metadata cache after saving repository setup to not confuse the package manager (avoid matadata cleanup) (bnc#700881) - 2.17.96 Modified: branches/SuSE-Code-11-SP2-Branch/packager/VERSION branches/SuSE-Code-11-SP2-Branch/packager/package/yast2-packager.changes branches/SuSE-Code-11-SP2-Branch/packager/src/clients/pkg_finish.ycp Modified: branches/SuSE-Code-11-SP2-Branch/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/packager/VERSION?rev=66648&r1=66647&r2=66648&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/packager/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/packager/VERSION Mon Oct 31 18:58:56 2011 @@ -1 +1 @@ -2.17.95 +2.17.96 Modified: branches/SuSE-Code-11-SP2-Branch/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/packager/package/yast2-packager.changes?rev=66648&r1=66647&r2=66648&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/packager/package/yast2-packager.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/packager/package/yast2-packager.changes Mon Oct 31 18:58:56 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Oct 31 17:46:14 UTC 2011 - lslezak@suse.cz + +- copy the metadata cache after saving repository setup to not + confuse the package manager (avoid matadata cleanup) (bnc#700881) +- 2.17.96 + +------------------------------------------------------------------- Mon Oct 24 11:18:07 UTC 2011 - lslezak@suse.cz - fixed UI syntax error in package callbacks when there is a popup Modified: branches/SuSE-Code-11-SP2-Branch/packager/src/clients/pkg_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/packager/src/clients/pkg_finish.ycp?rev=66648&r1=66647&r2=66648&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/packager/src/clients/pkg_finish.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/packager/src/clients/pkg_finish.ycp Mon Oct 31 18:58:56 2011 @@ -139,12 +139,15 @@ WFM::call ("inst_extrasources"); } - Pkg::SourceCacheCopyTo (Installation::destdir); // save all repositories and finish target Pkg::SourceSaveAll (); Pkg::TargetFinish(); + // save repository metadata cache to the installed system + // (needs to be done _after_ saving repositories, see bnc#700881) + Pkg::SourceCacheCopyTo (Installation::destdir); + // copy list of failed packages to installed system WFM::Execute (.local.bash, sformat ( "test -f %1 && /bin/cp -a %1 '%2%1'", -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org