[yast-commit] r67435 - in /branches/SuSE-Code-11-SP1-Branch/wagon: VERSION package/yast2-wagon.changes src/modules/Wagon.ycp
Author: lslezak Date: Wed Feb 15 12:31:05 2012 New Revision: 67435 URL: http://svn.opensuse.org/viewcvs/yast?rev=67435&view=rev Log: - Automatically save solver test case in the migration proposal dialog for easy debugging (saved to /var/log/YaST2/wagon_test_case directory) (bnc#746313) - 2.17.17.9 Modified: branches/SuSE-Code-11-SP1-Branch/wagon/VERSION branches/SuSE-Code-11-SP1-Branch/wagon/package/yast2-wagon.changes branches/SuSE-Code-11-SP1-Branch/wagon/src/modules/Wagon.ycp Modified: branches/SuSE-Code-11-SP1-Branch/wagon/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/wagon/VERSION?rev=67435&r1=67434&r2=67435&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/wagon/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/wagon/VERSION Wed Feb 15 12:31:05 2012 @@ -1 +1 @@ -2.17.17.8 +2.17.17.9 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=67435&r1=67434&r2=67435&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 Wed Feb 15 12:31:05 2012 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Wed Feb 15 10:33:50 UTC 2012 - lslezak@suse.cz + +- Automatically save solver test case in the migration proposal + dialog for easy debugging (saved to /var/log/YaST2/wagon_test_case + directory) (bnc#746313) +- 2.17.17.9 + +------------------------------------------------------------------- Mon Jan 30 15:19:15 UTC 2012 - lslezak@suse.cz - do full migration only from SP2 repos (but also install patches Modified: branches/SuSE-Code-11-SP1-Branch/wagon/src/modules/Wagon.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/wagon/src/modules/Wagon.ycp?rev=67435&r1=67434&r2=67435&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/wagon/src/modules/Wagon.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/wagon/src/modules/Wagon.ycp Wed Feb 15 12:31:05 2012 @@ -487,6 +487,8 @@ Update::solve_errors = Pkg::PkgSolve(true) ? 0 : Pkg::PkgSolveErrors(); } + Pkg::CreateSolverTestCase("/var/log/YaST2/wagon_test_case"); + already_proposed = true; return 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