From 70d214f47021bd5da3cafeeb9a696776b32115d5 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 21 May 2014 13:35:12 +0400 Subject: [PATCH] Remove unneeded gcc product from batch mode script --- runInstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runInstall b/runInstall index a01939e..5410999 100755 --- a/runInstall +++ b/runInstall @@ -529,7 +529,7 @@ class ConfigParser: pass self.products.extend( req_prods_list ) self.products.extend( sal_prods_list ) - if len(self.products) != 0: + if False and len(self.products) != 0: # VSR 2014-05-21 : not needed anymore gcc_product = Product("gcc", __CTX__PREREQUISITE__, self.products[0].os, -- 2.39.2