Author: locilka
Date: Fri Jan 30 12:50:24 2009
New Revision: 55164
URL: http://svn.opensuse.org/viewcvs/yast?rev=55164&view=rev
Log:
Created tag branch-Code-11-2_17_1 for restore
Added:
tags/branch-Code-11-2_17_1/restore/
- copied from r55163, branches/SuSE-Code-11-Branch/restore/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: jsrain
Date: Fri Jan 30 11:31:47 2009
New Revision: 55162
URL: http://svn.opensuse.org/viewcvs/yast?rev=55162&view=rev
Log:
Created tag branch-Code-11-2_17_64 for yast2
Added:
tags/branch-Code-11-2_17_64/yast2/
- copied from r55161, branches/SuSE-Code-11-Branch/yast2/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Fri Jan 30 10:41:18 2009
New Revision: 55160
URL: http://svn.opensuse.org/viewcvs/yast?rev=55160&view=rev
Log:
Created tag branch-Code-11-2_17_14 for product-creator
Added:
tags/branch-Code-11-2_17_14/product-creator/
- copied from r55159, branches/SuSE-Code-11-Branch/product-creator/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Fri Jan 30 10:28:04 2009
New Revision: 55159
URL: http://svn.opensuse.org/viewcvs/yast?rev=55159&view=rev
Log:
- unload all sources after changing a configuration to reset the
internal state so the correct "cross-ppc-binutils" package is
installed (bnc#469191)
- 2.17.14
Modified:
branches/SuSE-Code-11-Branch/product-creator/VERSION
branches/SuSE-Code-11-Branch/product-creator/package/yast2-product-creator.changes
branches/SuSE-Code-11-Branch/product-creator/src/complex.ycp
Modified: branches/SuSE-Code-11-Branch/product-creator/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/product-c…
==============================================================================
--- branches/SuSE-Code-11-Branch/product-creator/VERSION (original)
+++ branches/SuSE-Code-11-Branch/product-creator/VERSION Fri Jan 30 10:28:04 2009
@@ -1 +1 @@
-2.17.13
+2.17.14
Modified: branches/SuSE-Code-11-Branch/product-creator/package/yast2-product-creator.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/product-c…
==============================================================================
--- branches/SuSE-Code-11-Branch/product-creator/package/yast2-product-creator.changes (original)
+++ branches/SuSE-Code-11-Branch/product-creator/package/yast2-product-creator.changes Fri Jan 30 10:28:04 2009
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Fri Jan 30 09:21:09 CET 2009 - lslezak(a)suse.cz
+
+- unload all sources after changing a configuration to reset the
+ internal state so the correct "cross-ppc-binutils" package is
+ installed (bnc#469191)
+- 2.17.14
+
+-------------------------------------------------------------------
Tue Jan 27 13:57:43 CET 2009 - lslezak(a)suse.cz
- PPC boot files are optional (SLES11 does not contain 'inst32'
Modified: branches/SuSE-Code-11-Branch/product-creator/src/complex.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/product-c…
==============================================================================
--- branches/SuSE-Code-11-Branch/product-creator/src/complex.ycp (original)
+++ branches/SuSE-Code-11-Branch/product-creator/src/complex.ycp Fri Jan 30 10:28:04 2009
@@ -159,6 +159,8 @@
while(true) {
// reset the current architecture (needed when going back)
ProductCreator::ResetArch();
+ // unload all active sources (reset the internal state, see bnc#469191)
+ Pkg::SourceFinishAll();
ret = UI::UserInput();
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Fri Jan 30 10:26:26 2009
New Revision: 55157
URL: http://svn.opensuse.org/viewcvs/yast?rev=55157&view=rev
Log:
- unload all sources after changing a configuration to reset the
internal state so the correct "cross-ppc-binutils" package is
installed (bnc#469191)
Modified:
trunk/product-creator/package/yast2-product-creator.changes
trunk/product-creator/src/complex.ycp
Modified: trunk/product-creator/package/yast2-product-creator.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/package/yast2-pr…
==============================================================================
--- trunk/product-creator/package/yast2-product-creator.changes (original)
+++ trunk/product-creator/package/yast2-product-creator.changes Fri Jan 30 10:26:26 2009
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Jan 30 09:21:09 CET 2009 - lslezak(a)suse.cz
+
+- unload all sources after changing a configuration to reset the
+ internal state so the correct "cross-ppc-binutils" package is
+ installed (bnc#469191)
+
+-------------------------------------------------------------------
Tue Jan 27 13:57:43 CET 2009 - lslezak(a)suse.cz
- PPC boot files are optional (SLES11 does not contain 'inst32'
Modified: trunk/product-creator/src/complex.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/src/complex.ycp?…
==============================================================================
--- trunk/product-creator/src/complex.ycp (original)
+++ trunk/product-creator/src/complex.ycp Fri Jan 30 10:26:26 2009
@@ -159,6 +159,8 @@
while(true) {
// reset the current architecture (needed when going back)
ProductCreator::ResetArch();
+ // unload all active sources (reset the internal state, see bnc#469191)
+ Pkg::SourceFinishAll();
ret = UI::UserInput();
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org