[yast-commit] r67554 - in /branches/tmp/jsrain/unattended-migration/autoinstallation: VERSION package/autoyast2.changes src/modules/AutoinstScripts.ycp
Author: jsrain Date: Wed Feb 29 10:55:53 2012 New Revision: 67554 URL: http://svn.opensuse.org/viewcvs/yast?rev=67554&view=rev Log: fix executing scripts in first stage of AutoUpgrade (bnc#715468) Modified: branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstScripts.ycp Modified: branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION?rev=67554&r1=67553&r2=67554&view=diff ============================================================================== --- branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION (original) +++ branches/tmp/jsrain/unattended-migration/autoinstallation/VERSION Wed Feb 29 10:55:53 2012 @@ -1 +1 @@ -2.17.43.0.2 +2.17.43.0.3 Modified: branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes?rev=67554&r1=67553&r2=67554&view=diff ============================================================================== --- branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes (original) +++ branches/tmp/jsrain/unattended-migration/autoinstallation/package/autoyast2.changes Wed Feb 29 10:55:53 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Feb 29 09:53:58 UTC 2012 - jsrain@suse.cz + +- fix executing scripts in first stage of AutoUpgrade (bnc#715468) +- 2.17.43.0.3 + +------------------------------------------------------------------- Wed Feb 23 08:20:27 CET 2011 - jsrain@suse.cz - do not reread target map if target system is already mounted Modified: branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstScripts.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstScripts.ycp?rev=67554&r1=67553&r2=67554&view=diff ============================================================================== --- branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstScripts.ycp (original) +++ branches/tmp/jsrain/unattended-migration/autoinstallation/src/modules/AutoinstScripts.ycp Wed Feb 29 10:55:53 2012 @@ -521,7 +521,7 @@ */ global define boolean Write( string type , boolean special) { - if (!Mode::autoinst ()) + if (!Mode::autoinst () && !Mode::autoupgrade () ) return true; list<map> scripts = []; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn2.opensuse.org