[yast-commit] r66646 - in /trunk/packager: VERSION package/yast2-packager.changes src/clients/pkg_finish.ycp
![](https://seccdn.libravatar.org/avatar/ff2cb327bf0a83604a58d72935bcf7ff.jpg?s=120&d=mm&r=g)
Author: lslezak Date: Mon Oct 31 18:57:08 2011 New Revision: 66646 URL: http://svn.opensuse.org/viewcvs/yast?rev=66646&view=rev Log: - copy the metadata cache after saving repository setup to not confuse the package manager (avoid matadata cleanup) (bnc#700881) - 2.21.21 Modified: trunk/packager/VERSION trunk/packager/package/yast2-packager.changes trunk/packager/src/clients/pkg_finish.ycp Modified: trunk/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/VERSION?rev=66646&r1=666... ============================================================================== --- trunk/packager/VERSION (original) +++ trunk/packager/VERSION Mon Oct 31 18:57:08 2011 @@ -1 +1 @@ -2.21.20 +2.21.21 Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.c... ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Mon Oct 31 18:57:08 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.21.21 + +------------------------------------------------------------------- Mon Oct 17 16:01:54 CEST 2011 - locilka@suse.cz - Readding missing feature supported in control file: Packages Modified: trunk/packager/src/clients/pkg_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/clients/pkg_finish.y... ============================================================================== --- trunk/packager/src/clients/pkg_finish.ycp (original) +++ trunk/packager/src/clients/pkg_finish.ycp Mon Oct 31 18:57:08 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