Mailinglist Archive: yast-commit (459 mails)
| < Previous | Next > |
[yast-commit] r60867 - in /branches/SuSE-Code-11-SP1-Branch/wagon: package/yast2-wagon.changes src/clients/wagon.ycp
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Fri, 19 Feb 2010 11:40:31 -0000
- Message-id: <E1NiRDk-0004i6-0B@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Fri Feb 19 12:40:31 2010
New Revision: 60867
URL: http://svn.opensuse.org/viewcvs/yast?rev=60867&view=rev
Log:
- Added macro-recording.
Modified:
branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes
branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.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=60867&r1=60866&r2=60867&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 Feb
19 12:40:31 2010
@@ -4,6 +4,7 @@
- Disabling also repositories that provide installed products (as
packages) but do not describe products in metadata (BNC #579905).
- Cleanup before and after suse_register (BNC #580523).
+- Added macro-recording.
-------------------------------------------------------------------
Fri Feb 5 16:12:02 CET 2010 - locilka@xxxxxxx
Modified: branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp?rev=60867&r1=60866&r2=60867&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp (original)
+++ branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp Fri Feb 19
12:40:31 2010
@@ -111,6 +111,9 @@
// Checks whether YaST has been restarted
// Adjust step to start with
void HandleInit () {
+ // logs what user does in UI
+ UI::RecordMacro (Directory::logdir + "/macro_online_migration.ycp");
+
if (FileUtils::Exists (do_restart)) {
y2milestone ("YaST has been restarted");
SCR::Execute (.target.remove, do_restart);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Feb 19 12:40:31 2010
New Revision: 60867
URL: http://svn.opensuse.org/viewcvs/yast?rev=60867&view=rev
Log:
- Added macro-recording.
Modified:
branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes
branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.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=60867&r1=60866&r2=60867&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 Feb
19 12:40:31 2010
@@ -4,6 +4,7 @@
- Disabling also repositories that provide installed products (as
packages) but do not describe products in metadata (BNC #579905).
- Cleanup before and after suse_register (BNC #580523).
+- Added macro-recording.
-------------------------------------------------------------------
Fri Feb 5 16:12:02 CET 2010 - locilka@xxxxxxx
Modified: branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp?rev=60867&r1=60866&r2=60867&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp (original)
+++ branches/SuSE-Code-11-SP1-Branch/wagon/src/clients/wagon.ycp Fri Feb 19
12:40:31 2010
@@ -111,6 +111,9 @@
// Checks whether YaST has been restarted
// Adjust step to start with
void HandleInit () {
+ // logs what user does in UI
+ UI::RecordMacro (Directory::logdir + "/macro_online_migration.ycp");
+
if (FileUtils::Exists (do_restart)) {
y2milestone ("YaST has been restarted");
SCR::Execute (.target.remove, do_restart);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |