Mailinglist Archive: yast-commit (1095 mails)
| < Previous | Next > |
[yast-commit] r52128 - in /trunk/product-creator: VERSION package/yast2-product-creator.changes src/ProductCreator.ycp
- From: lslezak@xxxxxxxxxxxxxxxx
- Date: Mon, 13 Oct 2008 11:48:38 -0000
- Message-id: <20081013114838.BA0ABF4C7B@xxxxxxxxxxxxxxxx>
Author: lslezak
Date: Mon Oct 13 13:48:38 2008
New Revision: 52128
URL: http://svn.opensuse.org/viewcvs/yast?rev=52128&view=rev
Log:
- mark taboo packages when creating a product (bnc#421180)
- 2.17.8
Modified:
trunk/product-creator/VERSION
trunk/product-creator/package/yast2-product-creator.changes
trunk/product-creator/src/ProductCreator.ycp
Modified: trunk/product-creator/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/VERSION?rev=52128&r1=52127&r2=52128&view=diff
==============================================================================
--- trunk/product-creator/VERSION (original)
+++ trunk/product-creator/VERSION Mon Oct 13 13:48:38 2008
@@ -1 +1 @@
-2.17.7
+2.17.8
Modified: trunk/product-creator/package/yast2-product-creator.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/package/yast2-product-creator.changes?rev=52128&r1=52127&r2=52128&view=diff
==============================================================================
--- trunk/product-creator/package/yast2-product-creator.changes (original)
+++ trunk/product-creator/package/yast2-product-creator.changes Mon Oct 13
13:48:38 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Oct 13 13:47:35 CEST 2008 - lslezak@xxxxxxx
+
+- mark taboo packages when creating a product (bnc#421180)
+- 2.17.8
+
+-------------------------------------------------------------------
Mon Oct 13 13:39:30 CEST 2008 - jsuchome@xxxxxxx
- Image Creator: include packagemanager in templates (bnc#434692)
Modified: trunk/product-creator/src/ProductCreator.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/src/ProductCreator.ycp?rev=52128&r1=52127&r2=52128&view=diff
==============================================================================
--- trunk/product-creator/src/ProductCreator.ycp (original)
+++ trunk/product-creator/src/ProductCreator.ycp Mon Oct 13 13:48:38 2008
@@ -2636,6 +2636,15 @@
CheckLanguage();
+ // mark taboo packages
+ list<string> taboo_packages = Config["taboo"]:[];
+
+ if (size(taboo_packages) > 0)
+ {
+ y2milestone("Setting Taboo packages: %1", taboo_packages);
+ MarkTaboo(taboo_packages);
+ }
+
boolean ret = Pkg::PkgSolve(false);
return (ret);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Oct 13 13:48:38 2008
New Revision: 52128
URL: http://svn.opensuse.org/viewcvs/yast?rev=52128&view=rev
Log:
- mark taboo packages when creating a product (bnc#421180)
- 2.17.8
Modified:
trunk/product-creator/VERSION
trunk/product-creator/package/yast2-product-creator.changes
trunk/product-creator/src/ProductCreator.ycp
Modified: trunk/product-creator/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/VERSION?rev=52128&r1=52127&r2=52128&view=diff
==============================================================================
--- trunk/product-creator/VERSION (original)
+++ trunk/product-creator/VERSION Mon Oct 13 13:48:38 2008
@@ -1 +1 @@
-2.17.7
+2.17.8
Modified: trunk/product-creator/package/yast2-product-creator.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/package/yast2-product-creator.changes?rev=52128&r1=52127&r2=52128&view=diff
==============================================================================
--- trunk/product-creator/package/yast2-product-creator.changes (original)
+++ trunk/product-creator/package/yast2-product-creator.changes Mon Oct 13
13:48:38 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Oct 13 13:47:35 CEST 2008 - lslezak@xxxxxxx
+
+- mark taboo packages when creating a product (bnc#421180)
+- 2.17.8
+
+-------------------------------------------------------------------
Mon Oct 13 13:39:30 CEST 2008 - jsuchome@xxxxxxx
- Image Creator: include packagemanager in templates (bnc#434692)
Modified: trunk/product-creator/src/ProductCreator.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/src/ProductCreator.ycp?rev=52128&r1=52127&r2=52128&view=diff
==============================================================================
--- trunk/product-creator/src/ProductCreator.ycp (original)
+++ trunk/product-creator/src/ProductCreator.ycp Mon Oct 13 13:48:38 2008
@@ -2636,6 +2636,15 @@
CheckLanguage();
+ // mark taboo packages
+ list<string> taboo_packages = Config["taboo"]:[];
+
+ if (size(taboo_packages) > 0)
+ {
+ y2milestone("Setting Taboo packages: %1", taboo_packages);
+ MarkTaboo(taboo_packages);
+ }
+
boolean ret = Pkg::PkgSolve(false);
return (ret);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |