Mailinglist Archive: yast-commit (545 mails)
| < Previous | Next > |
[yast-commit] r60625 - in /trunk/wagon: package/yast2-wagon.changes src/clients/wagon_congratulate.ycp
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Fri, 29 Jan 2010 15:50:44 -0000
- Message-id: <E1Nat7M-0001to-BK@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Fri Jan 29 16:50:44 2010
New Revision: 60625
URL: http://svn.opensuse.org/viewcvs/yast?rev=60625&view=rev
Log:
- Requesting to reboot to the new system as soon as possible at
the end of the migration (BNC #575093).
Modified:
trunk/wagon/package/yast2-wagon.changes
trunk/wagon/src/clients/wagon_congratulate.ycp
Modified: trunk/wagon/package/yast2-wagon.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/wagon/package/yast2-wagon.changes?rev=60625&r1=60624&r2=60625&view=diff
==============================================================================
--- trunk/wagon/package/yast2-wagon.changes (original)
+++ trunk/wagon/package/yast2-wagon.changes Fri Jan 29 16:50:44 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@xxxxxxx
Modified: trunk/wagon/src/clients/wagon_congratulate.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/wagon/src/clients/wagon_congratulate.ycp?rev=60625&r1=60624&r2=60625&view=diff
==============================================================================
--- trunk/wagon/src/clients/wagon_congratulate.ycp (original)
+++ trunk/wagon/src/clients/wagon_congratulate.ycp Fri Jan 29 16:50:44 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Jan 29 16:50:44 2010
New Revision: 60625
URL: http://svn.opensuse.org/viewcvs/yast?rev=60625&view=rev
Log:
- Requesting to reboot to the new system as soon as possible at
the end of the migration (BNC #575093).
Modified:
trunk/wagon/package/yast2-wagon.changes
trunk/wagon/src/clients/wagon_congratulate.ycp
Modified: trunk/wagon/package/yast2-wagon.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/wagon/package/yast2-wagon.changes?rev=60625&r1=60624&r2=60625&view=diff
==============================================================================
--- trunk/wagon/package/yast2-wagon.changes (original)
+++ trunk/wagon/package/yast2-wagon.changes Fri Jan 29 16:50:44 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@xxxxxxx
Modified: trunk/wagon/src/clients/wagon_congratulate.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/wagon/src/clients/wagon_congratulate.ycp?rev=60625&r1=60624&r2=60625&view=diff
==============================================================================
--- trunk/wagon/src/clients/wagon_congratulate.ycp (original)
+++ trunk/wagon/src/clients/wagon_congratulate.ycp Fri Jan 29 16:50:44 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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |