[yast-devel] [ci_new_pac] JFYI yast2-installation -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-installation -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-installation/yast2-installation.changes 2014-01-27 12:28:26.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-installation/yast2-installation.changes 2014-01-28 17:06:02.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 28 15:37:15 UTC 2014 - jreidinger@suse.com + +- Fix exporting configuration in first stage (FATE#308539) +- 3.1.25 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-installation - at least 19 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-installation (Old) and /mounts/work_src_done/SLE12/yast2-installation (BS:build ID:31254 MAIL:yast-devel@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-installation", Maintainer is "yast-devel@opensuse.org" Old: ---- yast2-installation-3.1.24.tar.bz2 New: ---- yast2-installation-3.1.25.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.nSdBcJ/_old 2014-01-28 18:02:29.000000000 +0100 +++ /var/tmp/diff_new_pack.nSdBcJ/_new 2014-01-28 18:02:29.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.24 +Version: 3.1.25 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-installation-3.1.24.tar.bz2 -> yast2-installation-3.1.25.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.24/package/yast2-installation.changes new/yast2-installation-3.1.25/package/yast2-installation.changes --- old/yast2-installation-3.1.24/package/yast2-installation.changes 2014-01-27 11:05:46.000000000 +0100 +++ new/yast2-installation-3.1.25/package/yast2-installation.changes 2014-01-28 17:05:46.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jan 28 15:37:15 UTC 2014 - jreidinger@suse.com + +- Fix exporting configuration in first stage (FATE#308539) +- 3.1.25 + +------------------------------------------------------------------- Mon Jan 27 09:56:26 UTC 2014 - mfilka@suse.com - fate#316768, bnc#854500 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.24/package/yast2-installation.spec new/yast2-installation-3.1.25/package/yast2-installation.spec --- old/yast2-installation-3.1.24/package/yast2-installation.spec 2014-01-27 11:05:46.000000000 +0100 +++ new/yast2-installation-3.1.25/package/yast2-installation.spec 2014-01-28 17:05:46.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.24 +Version: 3.1.25 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.24/src/clients/clone_proposal.rb new/yast2-installation-3.1.25/src/clients/clone_proposal.rb --- old/yast2-installation-3.1.24/src/clients/clone_proposal.rb 2014-01-27 11:05:46.000000000 +0100 +++ new/yast2-installation-3.1.25/src/clients/clone_proposal.rb 2014-01-28 17:05:46.000000000 +0100 @@ -16,8 +16,8 @@ Yast.import "Installation" Yast.import "ProductFeatures" - func = WFM.Args(0) - param = WFM.Args(1) + func = WFM.Args[0] + param = WFM.Args[1] || {} product_clone_active = ProductFeatures.GetBooleanFeature( "globals", @@ -71,7 +71,9 @@ "id" => CLONE_ACTION_ID } when "Write" - WFM.call "clone_system" if @clone_settings.enabled? + if param["force"] || @clone_settings.enabled? + WFM.call "clone_system" + end ret = true else raise "Unsuported action #{func}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-3.1.24/src/clients/inst_proposal.rb new/yast2-installation-3.1.25/src/clients/inst_proposal.rb --- old/yast2-installation-3.1.24/src/clients/inst_proposal.rb 2014-01-27 11:05:46.000000000 +0100 +++ new/yast2-installation-3.1.25/src/clients/inst_proposal.rb 2014-01-28 17:05:46.000000000 +0100 @@ -220,7 +220,9 @@ path = UI.AskForSaveFileName("/", "*.xml", _("Location of Stored Configuration")) next unless path - WFM.CallFunction("clone_proposal", ["Write"]) + # force write, so it always write profile even if user do not want + # to store profile after installation + WFM.CallFunction("clone_proposal", ["Write", "force" => true]) if !File.exists?("/root/autoinst.xml") raise _("Failed to store configuration. Details can be found in log.") end continue with "q"... Checked in at Tue Jan 28 18:02:56 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (1)
-
ro