]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
sat package: do not filter native products in the source packages.
authorSRE <serge.rehbinder@cea.fr>
Fri, 12 May 2017 13:07:11 +0000 (15:07 +0200)
committerSRE <serge.rehbinder@cea.fr>
Fri, 12 May 2017 13:07:11 +0000 (15:07 +0200)
See https://codev-tuleap.cea.fr/plugins/tracker/?aid=8659

commands/package.py

index 87857e29ce2b248b5fcae509561a1098f86f6637..c2d0d4789397c51db7fbf561d33c087d9dee99b2 100644 (file)
@@ -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,