Mailinglist Archive: yast-commit (183 mails)
| < Previous | Next > |
[yast-commit] r62637 - in /trunk/packager: VERSION package/yast2-packager.changes src/modules/SlideShowCallbacks.ycp
- From: lslezak@xxxxxxxxxxxxxxxxx
- Date: Thu, 14 Oct 2010 13:14:41 -0000
- Message-id: <20101014131442.46947323AD@xxxxxxxxxxxxxxxxx>
Author: lslezak
Date: Thu Oct 14 15:14:41 2010
New Revision: 62637
URL: http://svn.opensuse.org/viewcvs/yast?rev=62637&view=rev
Log:
- offer also Ignore/Retry when a patch script fails during system
installation (do not abort leaving inconsistent system)
(bnc#633447)
- 2.20.4
Modified:
trunk/packager/VERSION
trunk/packager/package/yast2-packager.changes
trunk/packager/src/modules/SlideShowCallbacks.ycp
Modified: trunk/packager/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/packager/VERSION?rev=62637&r1=62636&r2=62637&view=diff
==============================================================================
--- trunk/packager/VERSION (original)
+++ trunk/packager/VERSION Thu Oct 14 15:14:41 2010
@@ -1 +1 @@
-2.20.3
+2.20.4
Modified: trunk/packager/package/yast2-packager.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.changes?rev=62637&r1=62636&r2=62637&view=diff
==============================================================================
--- trunk/packager/package/yast2-packager.changes (original)
+++ trunk/packager/package/yast2-packager.changes Thu Oct 14 15:14:41 2010
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Thu Oct 14 13:06:14 UTC 2010 - lslezak@xxxxxxx
+
+- offer also Ignore/Retry when a patch script fails during system
+ installation (do not abort leaving inconsistent system)
+ (bnc#633447)
+- 2.20.4
+
+-------------------------------------------------------------------
Tue Oct 12 13:32:37 UTC 2010 - lslezak@xxxxxxx
- don't use obsoleted inst_packages.ycp client, use PackagesUI.ycp
Modified: trunk/packager/src/modules/SlideShowCallbacks.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/modules/SlideShowCallbacks.ycp?rev=62637&r1=62636&r2=62637&view=diff
==============================================================================
--- trunk/packager/src/modules/SlideShowCallbacks.ycp (original)
+++ trunk/packager/src/modules/SlideShowCallbacks.ycp Thu Oct 14 15:14:41 2010
@@ -179,12 +179,8 @@
global string ScriptProblem(string description)
{
- y2milestone("ScriptProblem: %1", description);
- Popup::Error(description);
-
- // Abort
- // TODO: support also Ignore and Retry
- return "A";
+ // display Abort/Retry/Ignore popup
+ return PackageCallbacks::ScriptProblem(description);
}
global void ScriptFinish()
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Oct 14 15:14:41 2010
New Revision: 62637
URL: http://svn.opensuse.org/viewcvs/yast?rev=62637&view=rev
Log:
- offer also Ignore/Retry when a patch script fails during system
installation (do not abort leaving inconsistent system)
(bnc#633447)
- 2.20.4
Modified:
trunk/packager/VERSION
trunk/packager/package/yast2-packager.changes
trunk/packager/src/modules/SlideShowCallbacks.ycp
Modified: trunk/packager/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/packager/VERSION?rev=62637&r1=62636&r2=62637&view=diff
==============================================================================
--- trunk/packager/VERSION (original)
+++ trunk/packager/VERSION Thu Oct 14 15:14:41 2010
@@ -1 +1 @@
-2.20.3
+2.20.4
Modified: trunk/packager/package/yast2-packager.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.changes?rev=62637&r1=62636&r2=62637&view=diff
==============================================================================
--- trunk/packager/package/yast2-packager.changes (original)
+++ trunk/packager/package/yast2-packager.changes Thu Oct 14 15:14:41 2010
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Thu Oct 14 13:06:14 UTC 2010 - lslezak@xxxxxxx
+
+- offer also Ignore/Retry when a patch script fails during system
+ installation (do not abort leaving inconsistent system)
+ (bnc#633447)
+- 2.20.4
+
+-------------------------------------------------------------------
Tue Oct 12 13:32:37 UTC 2010 - lslezak@xxxxxxx
- don't use obsoleted inst_packages.ycp client, use PackagesUI.ycp
Modified: trunk/packager/src/modules/SlideShowCallbacks.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/modules/SlideShowCallbacks.ycp?rev=62637&r1=62636&r2=62637&view=diff
==============================================================================
--- trunk/packager/src/modules/SlideShowCallbacks.ycp (original)
+++ trunk/packager/src/modules/SlideShowCallbacks.ycp Thu Oct 14 15:14:41 2010
@@ -179,12 +179,8 @@
global string ScriptProblem(string description)
{
- y2milestone("ScriptProblem: %1", description);
- Popup::Error(description);
-
- // Abort
- // TODO: support also Ignore and Retry
- return "A";
+ // display Abort/Retry/Ignore popup
+ return PackageCallbacks::ScriptProblem(description);
}
global void ScriptFinish()
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |