[yast-commit] r60624 - in /branches/SuSE-Code-11-SP1-Branch/wagon: package/yast2-wagon.changes src/clients/wagon_congratulate.ycp
Author: locilka Date: Fri Jan 29 16:50:27 2010 New Revision: 60624 URL: http://svn.opensuse.org/viewcvs/yast?rev=60624&view=rev Log: - Requesting to reboot to the new system as soon as possible at the end of the migration (BNC #575093). Modified: branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon_congratulate.ycp Modified: branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes?rev=60624&r1=60623&r2=60624&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes Fri Jan 29 16:50:27 2010 @@ -3,6 +3,8 @@ - Raising a blocker in case of removing any product (except migration ones) by solver in proposal (BNC #575117). +- Requesting to reboot to the new system as soon as possible at + the end of the migration (BNC #575093). ------------------------------------------------------------------- Thu Jan 28 11:45:12 CET 2010 - locilka@suse.cz Modified: branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon_congratulate.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon_congratulate.ycp?rev=60624&r1=60623&r2=60624&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon_congratulate.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon_congratulate.ycp Fri Jan 29 16:50:27 2010 @@ -20,6 +20,9 @@ import "ProductControl"; import "ProductFeatures"; + import "Report"; + + textdomain "wagon"; // BNC #445974 // Don't use custom control file, only the base-product one has @@ -44,5 +47,9 @@ ProductControl::Init(); } + // BNC #575093: Report the need to reboot ASAP + Report::Message(_("Migration has just finished. +Reboot the system as soon as possible.")); + return ret; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org