[yast-commit] r65514 - in /branches/SuSE-Code-11-SP2-Branch/packager: VERSION package/yast2-packager.changes src/modules/Packages.ycp
Author: lslezak Date: Fri Sep 2 16:03:04 2011 New Revision: 65514 URL: http://svn.opensuse.org/viewcvs/yast?rev=65514&view=rev Log: - intialize the target in the second stage to read the GPG keys, do not ask for importing known GPG keys again (bnc#707207) - 2.17.91 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/modules/Packages.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=65514&r1=65513&r2=65514&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/packager/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/packager/VERSION Fri Sep 2 16:03:04 2011 @@ -1 +1 @@ -2.17.90 +2.17.91 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=65514&r1=65513&r2=65514&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 Fri Sep 2 16:03:04 2011 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Sep 2 12:28:58 UTC 2011 - lslezak@suse.cz + +- intialize the target in the second stage to read the GPG keys, + do not ask for importing known GPG keys again (bnc#707207) +- 2.17.91 + +------------------------------------------------------------------- Thu Sep 1 12:27:56 UTC 2011 - lslezak@suse.cz - SpaceCalculation - improved target installation size estimation, Modified: branches/SuSE-Code-11-SP2-Branch/packager/src/modules/Packages.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/packager/src/modules/Packages.ycp?rev=65514&r1=65513&r2=65514&view=diff ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/packager/src/modules/Packages.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/packager/src/modules/Packages.ycp Fri Sep 2 16:03:04 2011 @@ -1650,6 +1650,12 @@ Initialize_BaseInit (show_popup, base_url, log_url); + if (!Stage::initial()) + { + y2milestone("Initializing the target..."); + Pkg::TargetInitialize(Installation::destdir); + } + theSources = Stage::initial() ? [] : Pkg::SourceStartCache (true); // dummy in 1st stage boolean again = true; -- 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