[yast-commit] r65516 - in /trunk/packager: VERSION package/yast2-packager.changes src/modules/Packages.ycp
Author: lslezak Date: Fri Sep 2 16:05:11 2011 New Revision: 65516 URL: http://svn.opensuse.org/viewcvs/yast?rev=65516&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.21.13 Modified: trunk/packager/VERSION trunk/packager/package/yast2-packager.changes trunk/packager/src/modules/Packages.ycp Modified: trunk/packager/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/VERSION?rev=65516&r1=65515&r2=65516&view=diff ============================================================================== --- trunk/packager/VERSION (original) +++ trunk/packager/VERSION Fri Sep 2 16:05:11 2011 @@ -1 +1 @@ -2.21.12 +2.21.13 Modified: trunk/packager/package/yast2-packager.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.changes?rev=65516&r1=65515&r2=65516&view=diff ============================================================================== --- trunk/packager/package/yast2-packager.changes (original) +++ trunk/packager/package/yast2-packager.changes Fri Sep 2 16:05:11 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.21.13 + +------------------------------------------------------------------- Wed Aug 31 12:21:00 UTC 2011 - lslezak@suse.cz - SpaceCalculation - improved target installation size estimation, Modified: trunk/packager/src/modules/Packages.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/modules/Packages.ycp?rev=65516&r1=65515&r2=65516&view=diff ============================================================================== --- trunk/packager/src/modules/Packages.ycp (original) +++ trunk/packager/src/modules/Packages.ycp Fri Sep 2 16:05:11 2011 @@ -1695,6 +1695,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