From: SRE Date: Fri, 12 May 2017 13:07:11 +0000 (+0200) Subject: sat package: do not filter native products in the source packages. X-Git-Tag: V8_3_0rc1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=818c854e2bfb2530234209ddb60d44e8616481c4;p=tools%2Fsat.git sat package: do not filter native products in the source packages. See https://codev-tuleap.cea.fr/plugins/tracker/?aid=8659 --- diff --git a/commands/package.py b/commands/package.py index 87857e2..c2d0d47 100644 --- a/commands/package.py +++ b/commands/package.py @@ -762,9 +762,6 @@ def create_project_for_src_package(config, tmp_working_dir, with_vcs): lproducts_name = config.APPLICATION.products.keys() l_products = src.product.get_products_infos(lproducts_name, config) for p_name, p_info in l_products: - # ignore native and fixed products - if src.product.product_is_native(p_info): - continue find_product_scripts_and_pyconf(p_name, p_info, config,