Author: locilka
Date: Mon Jun 2 12:41:24 2008
New Revision: 47986
URL: http://svn.opensuse.org/viewcvs/yast?rev=47986&view=rev
Log:
Created tag branch-Linux-11_0-2_16_49 for installation
Added:
tags/branch-Linux-11_0-2_16_49/installation/
- copied from r47985, branches/SuSE-Linux-11_0-Branch/installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Mon Jun 2 12:41:22 2008
New Revision: 47985
URL: http://svn.opensuse.org/viewcvs/yast?rev=47985&view=rev
Log:
Created tag branch-Linux-11_0-2_16_49
Added:
tags/branch-Linux-11_0-2_16_49/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Mon Jun 2 12:40:37 2008
New Revision: 47984
URL: http://svn.opensuse.org/viewcvs/yast?rev=47984&view=rev
Log:
- Return `next when going back to the automatic configuration
dialog instead of returning `auto that would finish YaST and
never start it again (bnc #395098).
- 2.16.49
Modified:
branches/SuSE-Linux-11_0-Branch/installation/VERSION
branches/SuSE-Linux-11_0-Branch/installation/package/yast2-installation.changes
branches/SuSE-Linux-11_0-Branch/installation/src/clients/inst_automatic_configuration.ycp
Modified: branches/SuSE-Linux-11_0-Branch/installation/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/instal…
==============================================================================
--- branches/SuSE-Linux-11_0-Branch/installation/VERSION (original)
+++ branches/SuSE-Linux-11_0-Branch/installation/VERSION Mon Jun 2 12:40:37 2008
@@ -1 +1 @@
-2.16.48
+2.16.49
Modified: branches/SuSE-Linux-11_0-Branch/installation/package/yast2-installation.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/instal…
==============================================================================
--- branches/SuSE-Linux-11_0-Branch/installation/package/yast2-installation.changes (original)
+++ branches/SuSE-Linux-11_0-Branch/installation/package/yast2-installation.changes Mon Jun 2 12:40:37 2008
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Mon Jun 2 12:33:57 CEST 2008 - locilka(a)suse.cz
+
+- Return `next when going back to the automatic configuration
+ dialog instead of returning `auto that would finish YaST and
+ never start it again (bnc #395098).
+- 2.16.49
+
+-------------------------------------------------------------------
Wed May 28 16:23:22 CEST 2008 - ug(a)suse.de
- timeout in case of hardware probing problems
Modified: branches/SuSE-Linux-11_0-Branch/installation/src/clients/inst_automatic_configuration.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/instal…
==============================================================================
--- branches/SuSE-Linux-11_0-Branch/installation/src/clients/inst_automatic_configuration.ycp (original)
+++ branches/SuSE-Linux-11_0-Branch/installation/src/clients/inst_automatic_configuration.ycp Mon Jun 2 12:40:37 2008
@@ -21,8 +21,11 @@
textdomain "installation";
if (GetInstArgs::going_back()) {
- y2milestone ("Going back, nothing to do here...");
- return `auto;
+ // bnc #395098
+ // There is no reason to go back as AC is non-interactive
+ // and additionally there is nothing before AC to run
+ y2milestone ("Returning `next, no reason to go back");
+ return `next;
}
boolean test_mode = false;
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Mon Jun 2 12:40:29 2008
New Revision: 47983
URL: http://svn.opensuse.org/viewcvs/yast?rev=47983&view=rev
Log:
- Return `next when going back to the automatic configuration
dialog instead of returning `auto that would finish YaST and
never start it again (bnc #395098).
- 2.16.49
Modified:
trunk/installation/VERSION
trunk/installation/package/yast2-installation.changes
trunk/installation/src/clients/inst_automatic_configuration.ycp
Modified: trunk/installation/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/VERSION?rev=47983&r…
==============================================================================
--- trunk/installation/VERSION (original)
+++ trunk/installation/VERSION Mon Jun 2 12:40:29 2008
@@ -1 +1 @@
-2.16.48
+2.16.49
Modified: trunk/installation/package/yast2-installation.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-insta…
==============================================================================
--- trunk/installation/package/yast2-installation.changes (original)
+++ trunk/installation/package/yast2-installation.changes Mon Jun 2 12:40:29 2008
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Mon Jun 2 12:33:57 CEST 2008 - locilka(a)suse.cz
+
+- Return `next when going back to the automatic configuration
+ dialog instead of returning `auto that would finish YaST and
+ never start it again (bnc #395098).
+- 2.16.49
+
+-------------------------------------------------------------------
Wed May 28 16:23:22 CEST 2008 - ug(a)suse.de
- timeout in case of hardware probing problems
Modified: trunk/installation/src/clients/inst_automatic_configuration.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_au…
==============================================================================
--- trunk/installation/src/clients/inst_automatic_configuration.ycp (original)
+++ trunk/installation/src/clients/inst_automatic_configuration.ycp Mon Jun 2 12:40:29 2008
@@ -21,8 +21,11 @@
textdomain "installation";
if (GetInstArgs::going_back()) {
- y2milestone ("Going back, nothing to do here...");
- return `auto;
+ // bnc #395098
+ // There is no reason to go back as AC is non-interactive
+ // and additionally there is nothing before AC to run
+ y2milestone ("Returning `next, no reason to go back");
+ return `next;
}
boolean test_mode = false;
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: sh-sh-sh
Date: Mon Jun 2 12:15:21 2008
New Revision: 47981
URL: http://svn.opensuse.org/viewcvs/yast?rev=47981&view=rev
Log:
Created tag stable-2_16_36 for theme
Added:
tags/stable-2_16_36/theme/
- copied from r47980, trunk/theme/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Mon Jun 2 11:27:24 2008
New Revision: 47979
URL: http://svn.opensuse.org/viewcvs/yast?rev=47979&view=rev
Log:
Created tag stable-2_16_32 for printer
Added:
tags/stable-2_16_32/printer/
- copied from r47978, trunk/printer/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org